Chat application built using react.js, chat‐engine and deployed on Netlify where we can interact with world
- Creating a Group
- Send text and photos
- Read-receipts
- Admin can directly add new member
Clone the project
git clone https://github.com/1vivekanand/chat-app.git
Go to the project directory
cd chat-app
Install dependencies
npm install
Start the server
npm run start