Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashedulhaquerasel1/chat-box
Group Chat Box Web Application . It's just Testing Purpose Web application Not Front-end focus, Just Back-end Focus, Web Application.
https://github.com/rashedulhaquerasel1/chat-box
firebase firebase-auth firebase-database firebase-realtime-database react react-router
Last synced: 19 days ago
JSON representation
Group Chat Box Web Application . It's just Testing Purpose Web application Not Front-end focus, Just Back-end Focus, Web Application.
- Host: GitHub
- URL: https://github.com/rashedulhaquerasel1/chat-box
- Owner: RashedulHaqueRasel1
- Created: 2024-09-07T17:46:44.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T17:53:14.000Z (2 months ago)
- Last Synced: 2024-10-10T17:23:44.305Z (about 1 month ago)
- Topics: firebase, firebase-auth, firebase-database, firebase-realtime-database, react, react-router
- Language: JavaScript
- Homepage: https://chatbox-rasel.vercel.app/
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatBox - Group Chat Web Application
A real-time group chat application built with Firebase for authentication and data storage, where users can log in with Google and participate in public group chats.
## Live Demo
[ChatBox Live](https://chatbox-rasel.vercel.app/)
## Features
- **Google Login**: Users can sign in using their Google accounts via Firebase authentication.
- **Real-Time Group Chat**: Messages are stored and retrieved in real-time using Firebase Firestore. All users can see all messages in the group chat.
- **Firebase Authentication**: Secure user login using Firebase Google authentication.
- **Public Chat Room**: All users share a common chat room, making it a group chat experience.## Tech Stack
- **Front-End**:
- React.js
- Tailwind CSS
- DaisyUI for UI components
- **Back-End**:
- Firebase Firestore for real-time database
- Firebase Authentication for user login
- **Deployment**: Vercel for deployment