Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.05 KB

File metadata and controls

43 lines (28 loc) · 1.05 KB

Interview Scheduler

📆📆📆Interview Scheduler is a Single Page Application built using React that allows users to book and cancel interviews. A concise API is combined with a WebSocket server to build a realtime experience.📆📆📆

Tech Stack: ReactJS, PostgreSQL, Webpack, Axios, WebSockets, Jest, React Testing Library, Storybook, Cypress

Checkout Live Project here (Please wait a moment for heroku server to warm up and loads the data)

Final Project

"Final Project GIF"

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

Dependencies

  • axios: 0.21.1
  • classnames: 2.2.6
  • normalize.css: 8.0.1
  • react: 16.9.0
  • react-dom: 16.9.0
  • react-scripts: 3.0.0