Skip to content

joeykishiuchi/Scheduler

Repository files navigation

Interview Scheduler

A single-page scheduling application built with React, where students can set up interviews with available interviewers thoughout the week. Implemented Web Sockets for multiple users to interact with the site without refreshing the page!

The website is also deployed on netlify, so please visit the site at https://joeys-interview-scheduler.netlify.app/!

Dependencies

  • axios
  • classnames
  • normalize.css
  • prop-types
  • react
  • react-dom
  • react-scripts
  • save-dev
  • @babel/core
  • @storybook/addon-actions
  • @storybook/addon-backgrounds
  • @storybook/addon-links
  • @storybook/addons
  • @storybook/react
  • @testing-library/jest-dom
  • @testing-library/react
  • @testing-library/react-hooks
  • node-sass
  • react-test-renderer

Product Images

"Main application" "Appointment form" "Confirmation messages"

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published