Skip to content

firebfm/scheduler

Repository files navigation

Interview Scheduler

Scheduler lets students book an appointment with a selected interviewer. Appointments can be edited and deleted. This was made in React and tested using Jest for unit and integration tests and Cypress for end-to-end testing. The backend is scheduler-api with a postgres database. This project was only created for learning purposes to develop React skills.

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
  • @testing-library/react-hooks
  • react-test-renderer
  • classnames
  • normalize.css
  • react: 16.9.0
  • react-dom
  • react-scripts

Final Product

"Screenshot of appointment add" "Screenshot of appointment delete"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published