Scheduler is a single-page React based web application. This application allows users to create, modify, and delete interview appointments for a selected day.
Install dependencies with npm install
.
Fork and clone scheduler-api that is meant to support the axios calls to retrieve/update database data. Start the scheduler-api server to with the respective setup instructions.
- axios
- classnames
- normalize.css
- react
- react-dom
- react-scripts
npm start
npm test
npm run storybook
npm run cypress