Skip to content

duncan-mann/scheduler

Repository files navigation

Interview Scheduler

The interview scheduler is a simple, single-page React app where users can book an appointment with interviewers that are available on a given day.

Screenshot1

Setup

Install dependencies with npm install.

Running Webpack Development Server

Start the web server using the npm start command. The app will be served at http://localhost:8000/.

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Screenshot2

Screenshot3

Screenshot4

Screenshot5

Dependencies

  • React
  • Webpack, Babel
  • Axios
  • Storybook, Webpack Dev Server, Jest, Testing Library

About

A single-page React app where users can book an appointment with interviewers that are available on a given day.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published