Skip to content

carmtsang/scheduler

Repository files navigation

Interview Scheduler

Interview Scheduler is a project created by Carmen for Lighthouse Labs bootcamp. It is a single-page application that allows users to book and cancel interviews. The front end of this project is built with React and makes requests to an API to fetch and store appointment data from a database.

Interview scheduler uses node v12.22.7

Finished Product

New Interview Adding a new Interview

New Interview Added New interview added

Delete Warning prior to deleting an interview

Storybook1 Component testing for Interview List

Cypress1 Testing with Cypress

Setup

Install dependencies with npm install.

Fork and setup the scheduler-api.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Running Cypress

npm run cypress

Dependencies

  • axios
  • react
  • react-dom
  • normalize.css
  • react scripts
  • classnames

Dev-dependencies

  • storybook
  • testing-library/jest-dom
  • testing-library/react
  • testing-library/react-hooks
  • prop-types
  • react-test-renderer
  • sass
  • cypress 9.7.0

About

Lighthouse Labs bootcamp project - Interview Scheduler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from lighthouse-labs/scheduler