Skip to content

Situ2000/scheduler

Repository files navigation

Interview Scheduler

Using the latest tools and techniques, we will build and test a React application that allows users to book and cancel interviews. We combine a concise API with a WebSocket server to build a real-time experience.

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

Final Product

- Main Page

This is the page showing all your appointments.

"Main-page"

- Edit Function

You can add or change your appointments by this function.

"Edit"

- Delete Function

You can delete your appointments by this function.

"Delete"

Dependencies

  • axios
  • classnames
  • normalize.css
  • react

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published