Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.06 KB

Interview Scheduler

logo

Lydia Miller-Jones is a currently enrolled in the Web Development Bootcamp at Lighthouse Labs. She needs to books her final tech interview practice with a mentor using the Interview Scheduler.

Interview Scheduler is a React based web-app allowing users to book practice tech interviews with mentors. It updated lives as users are booking interviews thanks to the implementation of WebSocket.

Screenshots

UI

Booking an interview

Canceling an interview

Live Update

Getting Started

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook