An open API service indexing awesome lists of open source software.

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

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