Skip to content

A single page application (SPA) built using React. Users can create, edit and delete an interview appointment from a list of interviewers. Sidebar updates number of spots remaining as interviews are booked or canceled.

Notifications You must be signed in to change notification settings

jyxgao/scheduler

Repository files navigation

Interview Scheduler

A single page application (SPA) built using React. Users can create, edit and delete an interview appointment from a list of interviewers. Sidebar updates number of spots remaining as interviews are booked or canceled.

Data is persisted by an API server using a PostgreSQL database.

This is a Lighthouse Labs React project.

Screenshots

Browse and Create an Appointment

"Browse and Create Appointment"

Edit an Existing Appointment

"Edit an Existing Appointment"

Delete an Existing Appointment

"Delete an Existing Appointment"

Setup

Install dependencies with npm install.

This project requires an API server to run. Visit scheduler-api with Readme instructions to set up the API.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Cypress End-To-End Test

API test server:

npm run test:server

Start Cypress:

npm run cypress

Running Storybook Visual Testbed

npm run storybook

About

A single page application (SPA) built using React. Users can create, edit and delete an interview appointment from a list of interviewers. Sidebar updates number of spots remaining as interviews are booked or canceled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published