The interview scheduler is a single page application that allows students to book appointments with mentors.
- Choose from weekdays (Monday to Friday) to book an interview, available spots are shown for each day.
saving-interview.mp4
- User can book interviews by clicking on the add icon, typing their name and selecting an interviewer from the list.
booking-interview.mp4
- User can edit an existing interview by hovering on an appointment and clicking the edit icon.
deleting-interview.mp4
- User can cancel an existing interview by hovering on an appointment and clicking the delete icon, the user will have to confirm before permanently deleting the interview.
Install dependencies with npm install
.
npm start
npm test
npm run storybook