Table of Contents
Home | Join |
---|---|
This project is a simple real-time chat app where users can either join an existing room or create their own rooms.
- The name of each room is unique
- A user can join and create several rooms
- Clone the repo
git clone https://github.com/bennaaym/chatapp-socket-io.git
- Install NPM packages
npm install
- inside the ui directory create a
.env.local
file and past the line belowREACT_APP_CHAT_APP_API=http://127.0.0.1:5000
Distributed under the MIT License. See LICENSE
for more information.
- Project website : https://chatapp-socket-io.web.app/
- Project repo: https://github.com/bennaaym/chatapp-socket-io.git
- image upload
- voice messaging