The Interview Scheduler is a singe page app that allows users to book interviews. Users are able to create appointments and edit and cancel existing ones. Parameters are set so users must input a name and select an interviewer in order to save their appointment.
This app integrates React to create a simple and responsive app. The Interview Scheduler is tested with Jest and Cypress.
Install dependencies with npm install
.
npm start
npm test
npm run storybook