Skip to content

jeffoo713/scheduler

Repository files navigation

Interview Scheduler

Contents

General info

Sample images

Web app view sample1 Upon booking an appointment sample2 Upon canceling an appointment sample3

Tech stack

  • Front-end: React.js; Custom hooks with useReducer & useRef implemented
  • Testing: Notebook, Jest; unit testing, Cypress; integration testing
  • Web-socket: Web socket implemented for multiplie user usage
  • Back-end: pre-written Express.js from project template
  • Database: pre-written SQL from project template

Setup

Install dependencies

npm install

Running Webpack Development Server

npm start

Running Cypress Test

npm run cypress

Running Jest Test

npm test

Running Storybook Visual Testbed

npm run storybook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published