Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swanie21/shoot-the-breeze
React chat app with a Firebase back-end
https://github.com/swanie21/shoot-the-breeze
chai chat-application enzyme firebase react sass
Last synced: 14 days ago
JSON representation
React chat app with a Firebase back-end
- Host: GitHub
- URL: https://github.com/swanie21/shoot-the-breeze
- Owner: swanie21
- License: mit
- Created: 2016-09-17T04:12:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T15:19:52.000Z (over 8 years ago)
- Last Synced: 2024-11-11T01:19:55.496Z (2 months ago)
- Topics: chai, chat-application, enzyme, firebase, react, sass
- Language: JavaScript
- Homepage: https://shoot-the-breeze-99d6f.firebaseapp.com/
- Size: 974 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shoot The Breeze
[Firebase Shoot the Breeze App](https://shoot-the-breeze-99d6f.firebaseapp.com/)
A chat application made with React and Firebase. The user can store their messages in Firebase. Upon login the previously sent messages to Firebase can be viewed from the login screen. There is a max of 140 characters that can be submitted per message. By default the messages are sorted chronologically, but can be reversed with the sort buttons. There is a sidebar that lists the users and by clicking on the individual users you can just view their messages. On the top there is a filter, which allows you to search through the messages by content, email, or user name. Enzyme testing was utilized to test React components.