/scheduler

Primary LanguageJavaScript

Interview Scheduler

Interview Scheduler is a single page application (SPA) bult with React that allows users to book, update, and cancel interviews.

Final Product

"screenshot of Home page"

"screenshot of Booking interview page"

Dependencies

  • axios
  • @testing-library/react-hooks
  • react-test-renderer

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the Webpack Development Server using the npm start command.
  • Run the Jest Test Framework using the npm test command.
  • Run the Storybook npm run storybook command.