Scheduler lets students book an appointment with a selected interviewer. Appointments can be edited and deleted. This was made in React and tested using Jest for unit and integration tests and Cypress for end-to-end testing. The backend is scheduler-api with a postgres database. This project was only created for learning purposes to develop React skills.
Install dependencies with npm install
.
npm start
npm test
npm run storybook
- axios
- @testing-library/react-hooks
- react-test-renderer
- classnames
- normalize.css
- react: 16.9.0
- react-dom
- react-scripts