A single page interview scheduler.
This projects uses React, Axios, builds components using Storybook, and uses unit, integration, and end-to-end testing with Jest and Cypress.
Created appointments and appointment in edit mode:

- axios
- @testing-library/react-hooks
- react-test-renderer
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
node startcommand.