This is a fairly simple privating messaging similar to whats app or google's messages for the web. It is designed to be simple to use and allows you to meet new people online by allowing you search through everyone who has an account and invite them to chat.
you are going to need a firebase account have a test project created in order to test a local version
- clone the repo with
git clone https://github.com/GypsyDangerous/React-Chat-App.git
- cd into the cloned repo with
cd React-Chat-App
- install dependencies with
npm install
- create a .env and put all the necessary variables in it
- run npm start to start up your local test version
if you want to a report a bug or request a feature please comment on this issue, all other issues can be made normally