/scheduler

Interview scheduler app built with React

Primary LanguageJavaScript

Interview Scheduler

An interview scheduler front-end app built with React. Features responsive UI and unit + E2E testing with Jest + Cypress.

urls

urls

urls

login

404

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

running jest test framework

npm test

running Cypress test framework

npm run cypress

Running Storybook Visual Testbed

npm run storybook