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.
Install dependencies with npm install.
- Axios
- Classnames
- Fsevents
- Normalize.css
- React
- React-dom
- React-scripts
- react-hooks-testing-library
- react-scripts
npm start- body-parser
- cors
- dotenv
- express
- helmet
- pg
- socket.io
- ws
npm testnpm run storybook
