Skip to content

seanssullivan/scheduler

Repository files navigation

Interview Scheduler

A React-based scheduling app to create, edit and delete interview appointments. The app uses Axios to send and receive requests to an API server running on Express, and receives real-time updates using WebSockets.

React components were developed using Storybook. Uses Jest and Cypress for testing.

Built as part of the Lighthouse Labs Web Development Bootcamp.

Screenshots

View scheduled interviews.

"Screenshot of viewing scheduled interviews."

Schedule a new interview.

"Screenshot of scheduling an interview."

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Cypress Test Framework

npm run cypress

Running Storybook Visual Testbed

npm run storybook

About

React Interview Scheduler project developed during Lighthouse Labs' web development bootcamp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published