https://github.com/mumer29/react-chatapp-public
https://github.com/mumer29/react-chatapp-public
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mumer29/react-chatapp-public
- Owner: mumer29
- Created: 2021-07-16T05:49:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T10:52:02.000Z (over 4 years ago)
- Last Synced: 2025-01-12T19:12:47.086Z (5 months ago)
- Size: 1.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApp
This is a chat web application made using ReactJS and the Firebase module. The demo site has been taken down, you can host it on your own

# Prerequisites
Please install the following modules in your project directory if you wish to run it on local host!npm install firebase react-firebase-hooks
Then go to https://console.firebase.google.com/ and create a new project. Inside your project go to authentication and then sign-in method and enable google sign in
After that go to your project settings and create a new app. Copy the firebase.config data In App.js put that data in the firebase.initializeApp function
Go to media and install setup.mp4 to watch how to set up your firebase project if you are a visual learner
# npm run
run this command if you want to run the web app# npm build
run this if you want to make a production build