Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clairefro/chat-redux
Slack-like chat app with message retrieval from Le Wagon chat API (React + Redux)
https://github.com/clairefro/chat-redux
Last synced: 3 days ago
JSON representation
Slack-like chat app with message retrieval from Le Wagon chat API (React + Redux)
- Host: GitHub
- URL: https://github.com/clairefro/chat-redux
- Owner: clairefro
- Created: 2020-01-10T00:52:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:57:30.000Z (about 2 years ago)
- Last Synced: 2025-01-10T02:17:53.189Z (6 days ago)
- Language: JavaScript
- Homepage: https://clairefro.github.io/chat-redux/
- Size: 1.51 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Chat
Simple React + Redux chat app styled a la Slack, with emoji compatibility via [react-emojione](https://www.npmjs.com/package/react-emojione).
Uses [Le Wagon's chat API](https://github.com/lewagon/wagon-chat-api) to store/retrieve messages, so your chat is public with others in the same channel. Note: message database is cleared every hour or so.