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

https://github.com/mumer29/react-chatapp-public


https://github.com/mumer29/react-chatapp-public

Last synced: 3 months ago
JSON representation

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

![](media/screenshot.png)

# 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
![](media/authentication.png)

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