/scheduler

A React web application that allows students to schedule appointments with an interviewer

Primary LanguageJavaScript

Interview Scheduler

Interview Scheduler is a one-page web application built in ReactJS. It allows students to schedule an appointment with an interviewer in a calendar style structure.

Interview Scheduler allows users to book an appointment only with interviewers available for that day. A user can create, edit and delete an appointment.

Visit the webpage here.

Final product

Overview of Scheduler: "Overview of Scheduler"

Creating a new appointment: "Creating a new appointment"

Dependencies

  • React: 16.9.0
  • Axios
  • Storybook

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