https://github.com/yougotwill/react-chatkit-app
Messaging chatroom app using React & Chatkit
https://github.com/yougotwill/react-chatkit-app
Last synced: 9 months ago
JSON representation
Messaging chatroom app using React & Chatkit
- Host: GitHub
- URL: https://github.com/yougotwill/react-chatkit-app
- Owner: yougotwill
- Created: 2018-09-08T07:13:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T05:44:05.000Z (over 7 years ago)
- Last Synced: 2025-05-25T04:37:14.160Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-chatkit-app

Sourced from the [Build a chat app with React.js and Chatkit](https://scrimba.com/playlist/pbNpTv) course on [Scrimba](https://scrimba.com/).
Adapted for my own learning purposes and preferences.
**Scrimba is a fantastic site and has tons of free courses. I highly recommened it.**
## Setup:
```
$ npm install
```
## Development
### Building
```
$ npm run build
```
### Live-reload
```
$ npm run start
```
- Go to [localhost:8080](http://localhost:8080) in your browser
- **Note:** You need to refresh the page in your browser if you make styling changes.
## TODO
- [ ] Display online users
- currentuser rooms userIds
- Check out ui-avatars
- [ ] Typing indicators when somone else is typing
- https://docs.pusher.com/chatkit/reference/javascript#room-subscription-hooks