Skip to content

Scheduler App for users to create, edit and delete interview appointments in real-time. Test-Driven Development. Tech Stack: React, Axios, Sass, Node.js, Express, Websocket, Cypress, Jest, Storybook

SophiaL1024/Interview-Scheduler

Repository files navigation

Interview Scheduler

This is a React-based single-page application (SPA) for users to create, edit and delete interview appointments in real-time.

It can:

  1. Book interviews with selected time and interviewers.
  2. Edit the details of an exiting interview.
  3. Cancel an exiting interview.
  4. Show and update how many slots are available for each day.
  5. present a confirmation when users attempt to cancel an interview.
  6. show a status indicator while asynchronous operations are in progress.
  7. Show error message if request to the API is declined.
  8. makes API requests to load and persist data. We do not lose data after a browser refresh.
  9. Upadate client side data in real-time using web socket.

Getting Started

  1. Clone this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm start command.
  4. Clone the scheduler-api repository. Click here to link to scheduler-api.
  5. Follow its README.md to set up the api.
  6. Go to http://localhost:8000/ in your browser.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Dependencies

  • axios: ^0.21.1
  • classnames: ^2.2.6,
  • normalize.css: ^8.0.1,
  • react: ^16.9.0,
  • react-dom: ^16.9.0,
  • react-scripts: 3.0.0

Screenshots

*** Create an interview "Screenshots of Interview-Scheduler" *** Show interviews "Screenshots of Interview-Scheduler" *** Delete an interview "Screenshots of Interview-Scheduler"

About

Scheduler App for users to create, edit and delete interview appointments in real-time. Test-Driven Development. Tech Stack: React, Axios, Sass, Node.js, Express, Websocket, Cypress, Jest, Storybook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published