Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.11 KB

Interview Scheduler

A single-page interview scheduler app developed while studying React at the Lighthouse Labs Web Development bootcamp, week 7. I found React intuitive and enjoyable to work with. I also used Storybook to work on UI components, as well as Jest and Cypress for testing.

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Data for the app is stored in a PostgreSQL database, which can be found in this repository along with instructions for setting up the API server.

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Screenshots

"Show form with "Interviewer must be selected" error message" "Show form with interviewer selected state" "Show successfully saved interview"