Skip to content

Scheduler is a single-page React application, that allows users to book and cancel interviews. It uses Storybook and JEST for testing. Server hosted on heroku and client on netlify, with coutinuous pipeline through CircleCI.

Notifications You must be signed in to change notification settings

Samy0412/scheduler

Repository files navigation

Interview Scheduler(client side)

React tested application that allows users to book and cancel interviews.

You can view and use the app directly here: https://interview-scheduler-sg.netlify.app

if you want to use it on your local computer, additionally to this repository, you also also need to fork and clone the server-side for this application to work : scheduler-api

Setup

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. create the .env.development file and insert in it:
PORT=8000
CHOKIDAR_USEPOLLING=false
  1. Create the .env file and insert in it:
SKIP_PREFLIGHT_CHECK=true
  1. Start the web server using the npm start command.
  2. Go to http://localhost:8000/ in your browser.

Final product

Main page of the app:

"Appointments"

This is the form to create a new appointment:

"Form"

The user is asked to confirm his choice:

"Confirm"

Friendly error message can be displayed:

"Error"

About

Scheduler is a single-page React application, that allows users to book and cancel interviews. It uses Storybook and JEST for testing. Server hosted on heroku and client on netlify, with coutinuous pipeline through CircleCI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published