Interview scheduler is a single-page React application that allows users to schedule interviewers from Monday - Friday from 12:00 - 17:00. Users can also change the interviewer, edit their name or cancel the interview.
Data is stored through use of an API which can be found here
- Install dependencies with
npm install
. - Set up API by following the README here
npm start
on both the API and the interview scheduler
npm start
npm test
npm run storybook