Interview Scheduler is a full stack single page application built with React that allows users to book interview appointments with one of the interviewers on the list.
The users can add, save, modify, and delete the appointments based on the current avaialble interview time slots. The information is synchronized with the implementation of WebSocket.
- axios
- classnames
- normalize.css
- react
- react-dom
- react-scripts
Install all dependencies
npm installRun both the client and the server
npm startnpm testnpm run storybook



