Skip to content

cptntz2119/scheduler

Repository files navigation

Interview Scheduler

This is an interview scheduling app using the latest tools and techniques, I build and test a React application that allows users to book and cancel interviews. I combine a concise API with a WebSocket server to build a realtime experience, the instructions, initial structure and database created by Lighthouse Labs.

It is a single page application (SPA). Data is persisted by the API server using a PostgreSQL database. The client application communicates with an API server over HTTP, using the JSON format. Jest tests are used through the development of the project.

Final Product

Screen Shot 2022-03-30 at 4 59 41 PM

Screen Shot 2022-03-30 at 4 59 51 PM

Setup

Install dependencies with npm install.

Dependencies

  • Axios
  • Classnames
  • Fsevents
  • Normalize.css
  • React
  • React-dom
  • React-scripts
  • react-hooks-testing-library
  • react-scripts

Running Webpack Development Server

npm start

API Server Dependencies

  • body-parser
  • cors
  • dotenv
  • express
  • helmet
  • pg
  • socket.io
  • ws

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

 
 
 

Contributors

Generated from lighthouse-labs/scheduler