Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 764 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 764 Bytes

Interview Scheduler

Interview scheduler is a project that allows users to choose a day, a time, and an interviewer in order to book in appointment. Appointments can me easily edited and updated, or cancelled through the app by clicking the icons in the bottom left hand corner of a booked interview timeslot.

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 of Project

"booked appointment" "create new appointment and select interviewer" "cancel appointment"