Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.1 KB

Interview Scheduler

A one page super simple appointment scheduling app created with REACT. Seeting the world on fire this will not do, BUT this is my first project on such a scale, so quite special... A client can easily consult availability, book, cancel or edit an appointment as needed.

Image 1: Clear presentation of booked appointments by day, as well as daily availability. image

Image 2: Audrey Cooper is in the process of booking a new appointment image

image 3: Editing is simple. Safeguards include a confirmation before deleting an exisitng appointment. image

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