Skip to content

amesmimi/scheduler

Repository files navigation

Appointment Scheduler 📅

Using the latest tools and techniques, I built and tested a React application that allows users to book and cancel appointments. I combined a concise API with a WebSocket server to build a realtime experience.

Final Product

Show Active Interview Active Interview Actions Create Interview Edit Exisiting Interview Delete Interview Confirmation

Setup

  • Install dependencies with npm install.
  • Visit http://localhost:8080/ to view application
  • Reset the database: http://localhost:8081/api/debug/reset

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Dependencies

  • axios
  • react-test-renderer
  • testing-library/react-hooks

Roadmap

  • Integrate a test payment provider

About

React application that allows users to book, modify, and cancel appointments.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from lighthouse-labs/scheduler