Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 909 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 909 Bytes

Interview Scheduler

Scheduler is a single-page React based web application. This application allows users to create, modify, and delete interview appointments for a selected day.

Setup

Install dependencies with npm install.

Fork and clone scheduler-api that is meant to support the axios calls to retrieve/update database data. Start the scheduler-api server to with the respective setup instructions.

Dependencies

  • axios
  • classnames
  • normalize.css
  • react
  • react-dom
  • react-scripts

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Run Cypress Integeration Test Runner

npm run cypress

Final Product

demo