https://github.com/angelfire/realtime-chat
Realtime Chat - Pager
https://github.com/angelfire/realtime-chat
hooks react socket-io
Last synced: about 2 months ago
JSON representation
Realtime Chat - Pager
- Host: GitHub
- URL: https://github.com/angelfire/realtime-chat
- Owner: Angelfire
- Created: 2020-10-28T22:24:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-02T01:15:03.000Z (over 5 years ago)
- Last Synced: 2025-03-20T23:14:15.702Z (about 1 year ago)
- Topics: hooks, react, socket-io
- Language: JavaScript
- Homepage: https://realtime-chat-pager.netlify.app/
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pager Chat Exercise
This project was developer using the following [instructions](./INSTRUCTIONS.md)
## How to run
### development mode
```bash
npm i
npm start
```
### production mode
```bash
npm i
npm run build
```
## Improvements
- [ ] Use a Linter
- [ ] Add Unit test
- [ ] Add PropTypes for each component
- [ ] Use env files to manage the API Keys
- [ ] Use some CSS pre processor (I did not consider it necessary since the project is small)
- [ ] Make a better abstraction of the connections to the sockets to keep the views separate from this logic