Interview Scheduler is a single page application (SPA) bult with React that allows users to book, update, and cancel interviews.
- axios
- @testing-library/react-hooks
- react-test-renderer
- 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.