Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpirescarvalho/chatter
Realtime room chat client built with ReactJS 💬
https://github.com/mpirescarvalho/chatter
chat chatter reactjs realtime socket-io styled-components typescript
Last synced: about 2 months ago
JSON representation
Realtime room chat client built with ReactJS 💬
- Host: GitHub
- URL: https://github.com/mpirescarvalho/chatter
- Owner: mpirescarvalho
- Created: 2020-06-11T19:12:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:50:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T17:07:11.766Z (almost 2 years ago)
- Topics: chat, chatter, reactjs, realtime, socket-io, styled-components, typescript
- Language: TypeScript
- Homepage: https://chatter-room.netlify.app/
- Size: 2.81 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatter/web
> Talk live to anyone from anywhere
## Live
You can find the application live here:
https://chatter-room.netlify.app/
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/awesome`)
3. Commit your changes (`git commit -am 'Add awesome feature'`)
4. Push to the branch (`git push origin feature/awesome`)
5. Create a new Pull Request## Building
- You'll first need chatter-server running: https://github.com/mpirescarvalho/chatter-server
You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.
```bash
$ git clone https://github.com/mpirescarvalho/chatter.git
$ cd chatter
$ npm install
$ npm run start
```Runs the app in the development mode.
## Contact