Skip to content

A single-page interview scheduler app -- React study

Notifications You must be signed in to change notification settings

tw77/scheduler

Repository files navigation

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"

About

A single-page interview scheduler app -- React study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published