A React application that allows users to book and cancel interviews. It combines a concise API with a WebSocket server to build a realtime experience.
Link to deployed app: https://interview-scheduler-lhlabs.netlify.com/
Screenshot of the page on load
Form - to add/edit an appointment
Install dependencies with npm install
.
- React
- React-dom
- React-scripts
- Axios
- Classnames
- Normalize.css
npm start
npm test
npm run storybook