Skip to content

Interview Scheduler is a single-page application (SPA) that allows users to book technical interviews between students and mentors

Notifications You must be signed in to change notification settings

zefaradi/scheduler

Repository files navigation

Interview Scheduler

Interview scheduler is a single-page React application that allows users to schedule interviewers from Monday - Friday from 12:00 - 17:00. Users can also change the interviewer, edit their name or cancel the interview.

Data is stored through use of an API which can be found here

Screenshots

Homepage

Homepage

Setup

  • Install dependencies with npm install.
  • Set up API by following the README here
  • npm start on both the API and the interview scheduler

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

About

Interview Scheduler is a single-page application (SPA) that allows users to book technical interviews between students and mentors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published