Interview Scheduler is a front-end app created using Create React App that allows users to book and cancel interviews.
Install dependencies with npm install
.
Set up the server locally by following this repository https://github.com/xebol/scheduler-api
- axios
- @testing-library/react-hooks
- react-test-renderer
npm start
npm test
npm run storybook
npm run cypress