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

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

Awesome Lists containing this project

README

          

# React-chatkit-app

![screenshot](screenshot.png)

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