Skip to content

eileenxue/scheduler

Repository files navigation

Interview Scheduler

The Interviewer Scheduler is a single page application built with React as part of Lighthouse Lab's Web Development Bootcamp. The app allows a user to book appointments, edit and also delete their bookings. The data is served from the scheduler-api using a PostgreSQL database.

Demo

Create New Interview Booking Create new interview

Edit and Delete Interview Bookings Edit and delete interviews

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

Dependencies

  • React
  • Axios
  • classnames
  • normalize

devDependencies

  • Babel
  • Storybook
  • Testing Library