A Single Page Application that allows a student to book an appointment with an interviewer. It is built using React, and data is persisted by the API server using a PostgreSQL database (https://github.com/Michael-Xie/scheduler-api)
- axios 0.19.1 or above
- classnames 2.2.6 or above
- normalize.css 8.0.1 or above
- react 16.9.0 or above
- react-dom 16.9.0 or above
- react-scripts 3.0.0
Install dependencies with npm install
.
npm start
npm test
npm run storybook
npm run cypress