Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.12 KB

Interview Scheduler

This Scheduler is a full stack web app built in React. It allows you to add, edit, and delete interviews as a scheduler probably should!

Completed by Michael Hallett at Lighthouse Labs

Final Product

Display of interviews by currently selected day

"Screenshot of a typical display of interviews by day"

Hover to hightlight contexutal edit and delete buttons

"Screenshot of hightlight contexutal edit and delete buttons"

Interview Edit display

"Screenshot of edit form"

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Dependencies

  • Node.js 10.16.1
  • axios 0.19.2
  • classnames 2.2.6
  • normalize.css 8.0.1
  • React 16.9.0