Interview Scheduler is a singlepage application made using React. The components were built individually using Storybook. The app allows user to book inteviews in a timeslot in each individual days. Allowing for input of student name and individual interviewer
The backend scheduler-api can be found here : https://github.com/mercuriousreign/scheduler-api
Main functionality
User interactive popups
Fullview

- axios
- @testing-library/react-hooks
- react-test-renderer
- react
- react-dom
- react-hooks-testing-library
- react-scripts
- normalize.css
Install dependencies with npm install.
npm startnpm testnpm run storybook