Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 562 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 562 Bytes

Interview Scheduler

A simple interview scheduler project for Lighthouse Labs' Web Development Bootcamp! It utilizes ReactJS, as well as Jest and Cypress for testing purposes.

"Preview"

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