Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.07 KB

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