A single-page, React application that allows users to schedule, edit and delete interviews for each day of the week. This application utilizes several testing development platforms including: Storybook,Webpack Dev Server, Jest and Cypress.
- Install dependencies with
npm install
. - You can Download the API server and follow the setup instructions
- Initiate Webpack Development Server with `npm start'. Interview Scheduler will run on (http://localhost:8000/).
- Jest Test can be run with
npm test
. - Storybook Visual Testbed can be run with
npm run storybook
.