Skip to content

The interview scheduler is a single page application that allows students to book appointments with mentors.

Notifications You must be signed in to change notification settings

CueEpicMusic/scheduler

Repository files navigation

Interview Scheduler

Description

The interview scheduler is a single page application that allows students to book appointments with mentors.

Features

Main page

  • Choose from weekdays (Monday to Friday) to book an interview, available spots are shown for each day.
saving-interview.mp4
  • User can book interviews by clicking on the add icon, typing their name and selecting an interviewer from the list.
booking-interview.mp4
  • User can edit an existing interview by hovering on an appointment and clicking the edit icon.
deleting-interview.mp4
  • User can cancel an existing interview by hovering on an appointment and clicking the delete icon, the user will have to confirm before permanently deleting the interview.

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

About

The interview scheduler is a single page application that allows students to book appointments with mentors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published