Interview Scheduler is a project created by Carmen for Lighthouse Labs bootcamp. It is a single-page application that allows users to book and cancel interviews. The front end of this project is built with React and makes requests to an API to fetch and store appointment data from a database.
Interview scheduler uses node v12.22.7
Warning prior to deleting an interview
Component testing for Interview List
Install dependencies with npm install.
Fork and setup the scheduler-api.
npm startnpm testnpm run storybooknpm run cypress- axios
- react
- react-dom
- normalize.css
- react scripts
- classnames
- storybook
- testing-library/jest-dom
- testing-library/react
- testing-library/react-hooks
- prop-types
- react-test-renderer
- sass
- cypress 9.7.0


