Scheduler is a single-page React application allowing the user to book, edit, and cancel interviews.
- Database: Api Server using PostgreSQL Database
- Testing: Jest, StoryBook, Cypress
Install dependencies with npm install
.
npm start
npm test
npm run storybook
- axios 0.26.1
- classnames 2.2.6
- normalize.css 8.0.1
- react 16.9.0
- react-dom 16.9.0
- react-scripts 3.0.0