Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 771 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 771 Bytes

Interview Scheduler

A scheduling app created with React and Axios, with testing in Jest and Storybook. Users can book an appointment time with the interviewer of their choice, with the option to edit or delete appointments.

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Screenshots

![Initial view] (https://github.com/anmerfrank/scheduler/blob/master/docs/initial-view.jpg)

![Booking an appointment] (https://github.com/anmerfrank/scheduler/blob/master/docs/book-interview.jpg)

![Deleting an appointment] (https://github.com/anmerfrank/scheduler/blob/master/docs/deleting.jpg)