Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.07 KB

Interview Scheduler

A react app that facilitates the creation and deletion of interview appointments.

Built as a project for Lighthouse Labs


Screenshots

Home page

Home_Screenshot


Add a new appointment

Add_Screenshot


Delete an existing appointment

Delete_Screenshot


Dependencies

  • axios
  • @testing-library/react-hooks
  • react-test-renderer
  • react
  • react-dom
  • classnames
  • normalize.css

Getting Started

  1. Install dependencies with npm install.

  2. Run Webpack Development Server with npm start.

  3. Run the Jest Test Framework with npm test.

  4. Run Storybook Visual Testbed with npm run storybook.