Skip to content

hsmalhi/scheduler

 
 

Repository files navigation

Interview Scheduler

A React application that allows users to book and cancel interviews. Using a concise API with a WebSocket server the application provides a real-time experience.

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm start command. The app will be served at http://localhost:8000/.

The backend to this project is served by the project here: https://github.com/hsmalhi/scheduler-api

Dependencies

  • Axios
  • Classnames
  • React
  • React-DOM

Screenshots

Scheduler Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • CSS 13.9%
  • HTML 2.8%