Skip to content

jeff-ho/scheduler

Repository files navigation

Interview Scheduler

Interview scheduler is a single page REACT application that allows a user to book and cancel interviews. The data used in this application is persisted using an API server using a PostgreSQL database. Client server communication done over HTTP in JSON format. Application testing was done using Jest and Cypress.

Dependencies

  1. axios
  2. classnames
  3. react

Final Product

Screen Shot 2022-09-14 at 11 16 47 AM

Screen Shot 2022-09-14 at 11 16 59 AM

Screen Shot 2022-09-14 at 11 17 08 AM

Screen Shot 2022-09-14 at 11 17 12 AM

Screen Shot 2022-09-14 at 11 17 32 AM

Screen Shot 2022-09-14 at 11 17 39 AM

Screen Shot 2022-09-14 at 11 36 28 AM

Screen Shot 2022-09-14 at 11 17 56 AM

Screen Shot 2022-09-14 at 11 18 06 AM

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published