Skip to content

andyku25/scheduler

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published