An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![HTML5](https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=black)
![License](https://img.shields.io/badge/license-MIT-green)

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.

![image](https://github.com/khaled71612000/discord-chat/assets/59780800/4d9ac136-d80b-471b-adb1-9dff189d8368)

## 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
```