A firebase-based chat application that allows user to signup/login and talk to their friends
You can visit the Website
You need to run client to get this build working,
For client :
Clone the project
git clone https://github.com/AyushiDevaria/talkativeInstall dependencies, you should have nodejs installed, go to the project directory
cd talkative/client
npm install
npm start