/scheduler

Primary LanguageJavaScript

Interview Scheduler

This is a simple one page React project which was used to learn React, Storybook, and testing 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

Screenshots

View on Load: "Screenshot showing how appointments are created and deleted"

Creating and Deleting Interview Appointments: "Screenshot showing how appointments are created and deleted"