/scheduler

React JS built single page interview scheduler app

Primary LanguageJavaScript

Interview Scheduler

This is an interview scheduler app for a single user built on React JS. It uses Jest and Cypress testing as well.

Screenshots

The main page

image

Adding an interviewer

image

Deleting an interview

image

Editing an interview

image

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Cypress Test

npm run cypress

Running Storybook Visual Testbed

npm run storybook