Scheduler makes appointment booking and tracking easy for users. They can book appointments using the available spots in the schedule, make edits to existing appointments, and check the schedule for any weekday.
Install dependencies with npm install
.
Dependencies: axios, classnames, normalize.css, prop-types, react, react-dom, react-scripts
Install Scheduler API from the following link. It is the server database intended to be used Scheduler: https://github.com/lighthouse-labs/scheduler-api
npm start
npm test
npm run storybook