Skip to content

A single page React app used to schedule interviews where a user can create, read, update, and delete appointments.

Notifications You must be signed in to change notification settings

zachharrison/scheduler

Repository files navigation

Interview Scheduler

Interview Scheduler is a single page React application. It was designed to learn the fundamentals of building functional components with React.

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

Features include

  • A user can create, read, update, and delete appointments from the user interface.
  • When a user adds an interview they can type their name and select an interviewer from a given list of available staff.
  • Data is persisted to the database once an appointment is saved successfully.

Screenshots

"Screenshot of the home page."

About

A single page React app used to schedule interviews where a user can create, read, update, and delete appointments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published