/React-Interview-Scheduler-project

Single page React app for scheduling interviews. Tested with Cypress and Jest

Primary LanguageJavaScript

Interview Scheduler

A single page React application that allows users to book and cancel interviews.📆 Tested using both Jest and Cypress

Screenshots

"Main page with appointment on hover options"

"Edit form with input requirements"

"Deleting appointments"

"Post deleting appointments showing spots decreasing"

Technical Specifications

React
Webpack
Babel
Axios
Storybook
Webpack Dev Server
Jest
Testing Library

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

Dependencies

axios
classnames
normalize.css
react
react-dom
react-scripts