Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

Component-6

## 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