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.
- Host: GitHub
- URL: https://github.com/rajat2502/letschat
- Owner: rajat2502
- Created: 2019-11-16T18:32:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T09:16:55.000Z (almost 6 years ago)
- Last Synced: 2026-04-08T16:37:15.087Z (3 months ago)
- Topics: chat-application, firebase, react, realtime
- Language: JavaScript
- Homepage: https://chat-app-react.netlify.com/
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`