This is a simple REACTJS scheduler which allows users to book an interview on a weekday.
Install dependencies with npm install
.
nodeJS
express
axios
ReactJS
NormalizeJS
react-dom
npm start
The client can add in a name and select an interviewer to be interviewed by. The days are limited from Monday to Friday and from 12 PM to 4PM, 1 hr slots. The client can choose to edit an interview or delete it. This project uses websockets, so changes to an appointment is updated for all viewing clients.
Client: Netlify Server: Heroku
npm test
npm run storybook