Skip to content

au-richard/scheduler

Repository files navigation

Interview Scheduler

Interview Scheduler is a React application that allows users to book and cancel interviews. This app combines a concise API with a WebSocket server to build a realtime experience.

Final Product

"This is the Interview Scheduler Homepage."

"This is the form for booking an appointment."

"This is the confirmation for deleting an appointment."

Setup

Install dependencies with npm install.

Scheduler Requires Scheduler-API to set the endpoints Scheduler-API

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Dev Dependencies

  • node-sass
  • react-hooks-testing-library
  • react-test-renderer
  • axios
  • babel-loader
  • @babel/core
  • @storybook/addon-actions
  • @storybook/addon-backgrounds
  • @storybook/addon-links
  • @storybook/addons
  • @storybook/react
  • @testing-library/react-hooks
  • @testing-library/jest-dom
  • @testing-library/react

About

Interview Scheduler is a React application that allows users to book and cancel interviews in realtime.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from lighthouse-labs/scheduler