Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 907 Bytes

README.md

File metadata and controls

56 lines (39 loc) · 907 Bytes

Interview Scheduler

About

A React App developed by Dylan Wang as part of the Lighthouse Labs curriculum. The core elements of the work focused on using a variety of React's features to create, and thoroughly test, highly interactive web-app.

Screenshots

view1

view2

view1

view1

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

Run The Server

Running the server normally

npm start

Running the server so it returns an error when saving/deleting for testing the client's error handling capabilities

npm run error

Dependencies

  • React
  • Webpack
  • Babel
  • Axios
  • Jest
  • Cypress