Interview Scheduler is a single-page that allows users to book an interview appointment through the app.
ReactJS, WebSocket and SASS were used to design front-end part of the website.
UseReducer,UseEffect and UseState hooks were used for state management.
WebSocket updates the website without refreshing.
Node js, Express js and POSTGRES for back-end part.
The app is currently deployed on Netlify with its POSTGRES database server on Heroku. (https://5fdb4ff97aceef0007957bae--admiring-curran-a773c7.netlify.app/)
80% test coverage from JEST
Install dependencies with npm install.
npm startnpm testnpm run storybooknpm run cypressNo appointments
Form
Invalid input
Appoitnment Added
Confirmation Message
Deleted and remaing spot incremented by 1
Fully booked

ClientSide
- axios
- classnames
- node-sass
- normalize
- react
- react-dom
- react-scripts ServerSide
- body-parser
- cor
- dotenv
- express
- helment
- pg
- socket.io
- ws