Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 968 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 968 Bytes

Interview Scheduler

The scheduler app is a React app that allows students to book time with a mentor Monday to Friday between 12:00 and 17:00. Students are able to create a new booking, edit their existing appointment, or delete their appointment.

Main Page

Scheduler - Main

Add a Booking

Scheduler - Add

Hover to Edit/Delete

Scheduler - Added

Delete Appointment Confirmation

Scheduler - Delete


Developer Notes

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

API Data

"GET_DAYS": http://localhost:8001/api/days, "GET_APPOINTMENTS": http://localhost:8001/api/appointments, "GET_INTERVIEWERS": http://localhost:8001/api/interviewers,