Skip to content

chrislopesdev/React-Scheduler

Repository files navigation

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,

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published