https://github.com/arjuncvinod/chat-room-app
Chat Room App built using React and firebase
https://github.com/arjuncvinod/chat-room-app
css3 firebase firebase-auth reactjs
Last synced: 3 months ago
JSON representation
Chat Room App built using React and firebase
- Host: GitHub
- URL: https://github.com/arjuncvinod/chat-room-app
- Owner: arjuncvinod
- License: mit
- Created: 2024-02-20T15:49:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T17:31:28.000Z (over 2 years ago)
- Last Synced: 2026-01-03T20:54:00.207Z (6 months ago)
- Topics: css3, firebase, firebase-auth, reactjs
- Language: JavaScript
- Homepage: https://chatroom-acv.vercel.app
- Size: 1.86 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat Room
A simple chat room application built using React and Firebase.
[Live Preview](https://chatroom-acv.vercel.app/)

## About
The **React Chat Room** project is a real-time chat application created with React and Firebase. It allows users to join chat rooms, send messages, and interact with each other in a dynamic and responsive interface.
## Features
- Real-time messaging
- Multiple chat rooms
- User authentication with Firebase
## Installation
To get started with the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/arjuncvinod/Chat-Room-App.git
```
```bash
cd Chat-Room-App
```
2.Install dependencies:
```bash
npm install
```
3.Run the development server:
```bash
npm start
```
This will start the application in development mode. Open http://localhost:3000 to view it in the browser.