/scheduler

Primary LanguageJavaScript

Interview Scheduler

An app to faciliate a student scheduling an interview appointment with an interviewer on a specific time and day of the week.

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

Running Storybook Visual Testbed

Screenshots

"Default view for scheduler showing the Daylist at left with selected day, and the empty or booked appointments on the right. Empty appointments have a button for adding a new appointment, and booked appointments have options for editing or deleting the appointment."

Default view for scheduler showing the Daylist at left with selected day, and the empty or booked appointments on the right. Empty appointments have a button for adding a new appointment, and booked appointments have options for editing or deleting the appointment.

"View showing the form to create a new appointment. The edit form is the same, but with the pre-filled information form the existing appointment."

View showing the form to create a new appointment. The edit form is the same, but with the pre-filled information form the existing appointment.

"View showing the confirm screen following a click on the delete icon on the booked appointment component. (The delete and edit icons are only visible during hover over an existing appointment.)"

View showing the confirm screen following a click on the delete icon on the booked appointment component. (The delete and edit icons are only visible during hover over an existing appointment.