Interview scheduler is a single page REACT application that allows a user to book and cancel interviews. The data used in this application is persisted using an API server using a PostgreSQL database. Client server communication done over HTTP in JSON format. Application testing was done using Jest and Cypress.
- axios
- classnames
- react
Install dependencies with npm install
.
npm start
npm test
npm run storybook