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

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

Awesome Lists containing this project

README

          

![Screenshot 2023-04-07 093056](https://user-images.githubusercontent.com/116851212/230574962-aec65eef-d5a2-4a4f-8182-a7537cf9815b.png)

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