🚀 Chatz-IO is a fully responsive public chat web application where anyone with a valid google account can sign in and start messaging instantly. The application contains follwing features;
- Google Authentication
- Dark & Ligt theme
- View old messages
- Send new messages
- User logout
- Fully mobile responsive
🚀 Tech Stack - Reactjs | Firebase | Tailwind | Firebase Hosting
🚀 Working demo - https://chatz-io.firebaseapp.com
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
NPM / Yarn and Node.js installed
Installing NPM modules
Execute these commands from the project directory
cd client && npm install
and open another terminal on client directory
npm run start
Access the web app at http://localhost:3000