/scheduler

A Single Page Application that allows a student to book an appointment with an interviewer. It is built using React, and data is persisted by the API server using a PostgreSQL database (https://github.com/Michael-Xie/scheduler-api)

Primary LanguageJavaScript

Interview Scheduler

A Single Page Application that allows a student to book an appointment with an interviewer. It is built using React, and data is persisted by the API server using a PostgreSQL database (https://github.com/Michael-Xie/scheduler-api)

Final Product

"Hover on an appointment to see Edit and Delete icons" "Inside appointment form to fill name and select interviewer" "Delete confirmation for appointment"

Dependencies

  • axios 0.19.1 or above
  • classnames 2.2.6 or above
  • normalize.css 8.0.1 or above
  • react 16.9.0 or above
  • react-dom 16.9.0 or above
  • react-scripts 3.0.0

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

Running Cypress Integration Test

npm run cypress