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

https://github.com/rajat2502/letschat

It is a simple real-time chat application that lets the user chat with any person using an email ID.
https://github.com/rajat2502/letschat

chat-application firebase react realtime

Last synced: 2 months ago
JSON representation

It is a simple real-time chat application that lets the user chat with any person using an email ID.

Awesome Lists containing this project

README

          

# LetsChat
LetsChat is a simple real-time chat application that lets the user chat with any person using an email ID. It is built using ReactJS for the user interface and firebase for the database.

### Technologies used
- ReactJS
- Firebase
- material-ui
- react-router-dom

### How to Run Locally :

1. Clone the Repository

`git clone https://github.com/rajat2502/LetsChat`

2. cd into LetsChat

`cd LetsChat`

3. Install all dependencies

`npm install`

4. Start Local Server

`npm start`