Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyjaywilson/chat-app
A chat room app made with Vue and Firebase
https://github.com/heyjaywilson/chat-app
Last synced: 11 days ago
JSON representation
A chat room app made with Vue and Firebase
- Host: GitHub
- URL: https://github.com/heyjaywilson/chat-app
- Owner: heyjaywilson
- Created: 2017-12-05T01:37:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T21:02:32.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T01:05:35.852Z (7 months ago)
- Language: JavaScript
- Homepage: https://vue-chat-c585d.firebaseapp.com/#/login
- Size: 177 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Web application](https://vue-chat-c585d.firebaseapp.com/#/login)
## Description
A chat room app built using [Vue.js](vuejs.org) and [Google Firebase](https://firebase.google.com/). Vue is the framework the web application is written with. Google Firebase handles the database of users and messages, user authentication, and hosting.
## Features
✅ = implemented
❌ = not implemented
- ✅ Log in by email or Google account
- ✅ Users create and use a username
- ✅ Users can select which chat room to be a part of
- ✅ Users can submit messages and the room will be updated in real time
- ✅ Users can sign out of the application