/scheduler

Primary LanguageJavaScript

Interview Scheduler

The Interview Scheduler is a singe page app that allows users to book interviews. Users are able to create appointments and edit and cancel existing ones. Parameters are set so users must input a name and select an interviewer in order to save their appointment.

This app integrates React to create a simple and responsive app. The Interview Scheduler is tested with Jest and Cypress.

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

Final Product

View of all the appointments for the day

Edit for current existing appointments

Confirmation for appointment cancellation