https://github.com/khaled71612000/discord-chat
Discord Chat is a web-based chat application inspired by Discord
https://github.com/khaled71612000/discord-chat
css firebase html javascript
Last synced: about 2 months ago
JSON representation
Discord Chat is a web-based chat application inspired by Discord
- Host: GitHub
- URL: https://github.com/khaled71612000/discord-chat
- Owner: khaled71612000
- Created: 2021-07-12T14:01:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T11:02:32.000Z (about 2 years ago)
- Last Synced: 2025-02-15T00:47:25.718Z (over 1 year ago)
- Topics: css, firebase, html, javascript
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



Discord Chat is a web-based chat application inspired by Discord, built using Firebase and JavaScript. This project demonstrates real-time messaging capabilities and user interactions within a chat environment.
Features
Real-time Messaging: Instant message updates using Firebase.
Inspired by Discord: Emulates the popular chat application's design and functionality.
Technology Stack: JavaScript, Firebase, HTML, and CSS.

## Tech Stack
| Technology | Role |
|---|---|
| HTML5 | Markup |
| CSS3 / SCSS | Styling & animations |
| JavaScript | Interactivity |
## Getting Started
```bash
git clone https://github.com/khaled71612000/discord-chat.git
cd discord-chat
# Open index.html in your browser
# Or use VS Code Live Server
```