Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-25T17:31:28.000Z (11 months ago)
- Last Synced: 2024-11-25T20:11:57.937Z (2 months ago)
- Topics: css3, firebase, firebase-auth, reactjs
- Language: JavaScript
- Homepage: https://chatroom-acv.vercel.app
- Size: 1.86 MB
- Stars: 2
- Watchers: 2
- 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/)![image](https://github.com/arjuncvinod/Chat-Room-App/assets/68469520/b5e1200d-7ecf-4044-9d71-246418e64a34)
## 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
## InstallationTo 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.