Skip to content

jacksonf21/scheduler

 
 

Repository files navigation

Interview Scheduler

Interview booking website developed in React.js, that lets users view existing/create appointments from Monday to Friday. New appointments are made at empty slots, and provide a list of available interviewers for the selected day. Websockets allow users to see real-time updates occur during their session. During development Jest, Storybook, and Cypress were used for integration, isolation, and end-to-end testing.

Production Link: https://i-scheduler.netlify.com/

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Screenshots

Landing

"Landing"

Create new

"Create new"

Saving

"Saving

After create

"After create"

Name validation

"Name validation"

Error Handler

"Error handler"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • CSS 13.5%
  • HTML 2.7%