Skip to content

Interview Scheduler is a simple interface to allocate meetings in timeslots

Notifications You must be signed in to change notification settings

anacko/scheduler

Repository files navigation

Interview Scheduler

Interview Scheduler is a modern client application, created with React. It allows users to book, update and cancel interviews.

Booking an Appointment

Setup

Installing...

Install dependencies with npm install.

The Scheduler uses an API server to persist the interview data to a database. Source files and instructions: scheduler-api.

Running...

Run Webpack Development Server with npm start.

Important! It is required both the Scheduler App and the Scheduler API running for the application to work properly.

Testing...

Run Jest Test Framework with npm test.

Run Storybook Visual Testbed with npm run storybook.

Run Cypress Visual Tests with npm run cypress.

About

Interview Scheduler is a simple interface to allocate meetings in timeslots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published