https://amazing-benz-33c547.netlify.app/
A single page application that allows students to book time with interviewers in one of time slots. Students can choose particular day, time, interviewer and create the appointment. There is option to edit, delete booking, change their name. The main app was created using React Hooks, components - with Storybook, tested with Jest.
Install dependencies with npm install
.
Clone and instal beck-end server in the same folder using link:
https://github.com/BilliMorgan/scheduler-api
Install and seed database, run server.
npm start
npm test
npm run storybook