Interview Scheduler is a single page application scheduler project for Lighthouse Lab students built by using React. It communicates with an API server over HTTP thru axios, using the JSON format. The app components were built using Storybook and tested using Jest and Cypress.
Install dependencies with npm install.
npm startnpm testnpm run storybook