scheduler

Interview Scheduler

Scheduler makes appointment booking and tracking easy for users. They can book appointments using the available spots in the schedule, make edits to existing appointments, and check the schedule for any weekday.

Setup

Install dependencies with npm install.

Dependencies: axios, classnames, normalize.css, prop-types, react, react-dom, react-scripts

Install Scheduler API from the following link. It is the server database intended to be used Scheduler: https://github.com/lighthouse-labs/scheduler-api

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Screenshots

Main page

ScreenShot

Edit appointment

ScreenShot