Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jk-oster/vue-whatsapp-clone
A simple chat app looking like whatsapp
https://github.com/jk-oster/vue-whatsapp-clone
Last synced: about 2 months ago
JSON representation
A simple chat app looking like whatsapp
- Host: GitHub
- URL: https://github.com/jk-oster/vue-whatsapp-clone
- Owner: jk-oster
- Created: 2022-08-25T19:06:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T10:32:08.000Z (10 months ago)
- Last Synced: 2024-03-04T11:53:44.694Z (10 months ago)
- Language: Vue
- Homepage: vue-whatsapp-clone.vercel.app
- Size: 7.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-whatsapp-clone
## Project Roadmap
- ✅ Login with Email
- ✅ Login with Google
- ✅ Create chats with known Users
- ✅ Leave chats
- ✅ Join Chats by ChatId
- ✅ Send real time messages
- ✅ Add other users to chat by UserId
- ✅ Join chat by URL-Link
- Set profile picture
- Edit profile information
- Set chat picture
- Edit chat information
- Send images
- Send files
- Send voice notes
- Add other users to chat by Username## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).