https://github.com/khaymanii/realtime_chat_app
This is a FullStack chat app built using React and Firebase
https://github.com/khaymanii/realtime_chat_app
firebase javascript react
Last synced: 3 months ago
JSON representation
This is a FullStack chat app built using React and Firebase
- Host: GitHub
- URL: https://github.com/khaymanii/realtime_chat_app
- Owner: khaymanii
- Created: 2023-03-03T08:15:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T09:28:43.000Z (over 2 years ago)
- Last Synced: 2025-03-14T15:32:09.188Z (over 1 year ago)
- Topics: firebase, javascript, react
- Language: JavaScript
- Homepage: https://realtime-chatapp2.netlify.app
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Getting Started
1. Clone the Repository:
```bash
git clone https://github.com/khaymanii/Realtime_Chat_App.git
```
2. Install Dependencies:
```bash
npm install
```
3. Run the Application:
```bash
npm start
```
The dashboard will be accessible at http://localhost:3000 by default.