Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gimnathperera/chatz-io
Chatz-IO is a fully responsive public chat web application where anyone with a valid google account can sign in and start messaging instantly.
https://github.com/gimnathperera/chatz-io
chatapp firebase googleauthenticaion reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
Chatz-IO is a fully responsive public chat web application where anyone with a valid google account can sign in and start messaging instantly.
- Host: GitHub
- URL: https://github.com/gimnathperera/chatz-io
- Owner: gimnathperera
- Created: 2021-08-29T15:38:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T02:06:42.000Z (over 2 years ago)
- Last Synced: 2023-09-17T18:32:19.464Z (over 1 year ago)
- Topics: chatapp, firebase, googleauthenticaion, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://chatz-io.firebaseapp.com
- Size: 412 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Overview
🚀 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
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
NPM / Yarn and Node.js installed
### Installing
Installing NPM modules
Execute these commands from the project directory
```
cd client && npm install
```### Running the app
and open another terminal on client directory
```
npm run start
```Access the web app at http://localhost:3000