A single-page web application that allows users to book, edit, and cancel interviews.
This project use WebSockets to allow multiple users to manage the application. Users have the ability to update the schedule across all connections in real-time.
- Test: Jest, Cypress
- Back-End: Node, Express, PostgreSQL
- Front-End: React, Storybook, Sass, WebSockets
Click here to see this website live.
-
Clone this repository into your machine.
-
Install dependencies using the
npm installcommand. -
Start the web server using the
npm run startcommand. The app will be served athttp://localhost:8000/. -
Book your first appointment!
- axios
- react
- express
- react-dom
- classnames
- react-scripts
- normalize.css
- NPM 5.x or above
- Node 10.x or above

