/scheduler

Primary LanguageJavaScript

Interview Scheduler

This scheduler was built using React Hooks for real-time updates. This project was tested using Jest and Cypress, and components were developed in isolation with StoryBook.

Getting Started

Install dependencies with npm install.

The app is programmed to run on https://localhost:8000 - use command npm start to launch the scheduler.

Start the API server with npm install. Link to the server - https://github.com/IevgenDilevskyi/scheduler-api

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Screenshots

"Default View"

"Booking Interview"

"Deleting INterview"