Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 932 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 932 Bytes

Interview Scheduler

Interview Scheduler allows students to book appointments with mentors. It allows a student to select a day of the week and view appointments for that day. They can then either edit an existing appointment or book an appointment in an empty slot.

Online version

https://zealous-swartz-076478.netlify.com/

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

Required Dependancies

axios 0.19.2 @testing-library/react-hooks react-test-renderer

Screenshots

"Screenshot of interview being booked" "Screenshot of interview being canceled"