Skip to content

A react app to schedule interviews between students and instructors.

Notifications You must be signed in to change notification settings

iamkapilgarg/scheduler

Repository files navigation

Interview Scheduler

Interview Scheduler is a single page full-stack app to schedule appointment and it provides real time experience to the user without reloading the page.


Technologies

  • ReactJS
  • NodeJS
  • Storybook
  • Jest
  • Cypress
  • Netlify
  • Websockets


Setup the project on your local system


  1. Clone this repository
    git clone [email protected]:kapildoppiogroup/scheduler.git
  1. Open project directory and install dependencies
    npm i
  1. Run the Server
    npm start
  1. The server must be running on port 8000. Visit local host

  2. Running Jest Test Framework

    npm test
  1. Running Storybok visual testbed
    npm run storybook

Screenshots:

Saving an appointment



Editing an appointment



Deleting an appointment

About

A react app to schedule interviews between students and instructors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published