An intensive chat application built with React and chatengine.io. With a user interface very similar to that of teams, you can create chat rooms, add and delete members, send messages, attachments and even dial in a video call.
GitHub repo link: https://github.com/Ria700/teamschat
Check out the live demo: https://clonemsteamschat.herokuapp.com/
- chatengine.io
- React
- Deployment: Heroku
Guest ID 1:
username: guest1
password: 2444
Guest ID 2:
username: guest2
password: 2444
Guest ID 3:
username: guest3
password: 2444
Make sure you have Node.js installed in your system. If not, download it from here.
Clone the following repo on your local system.
git clone https://github.com/Ria700/teamschat.git
Now to install all required node modules
npm i
Run Server
npm start
Open browser and goto http://localhost:3000/
Create chat rooms and catch with your friends.
- Chat with friends from anywhere around the globe
- User Authentication
- Create and delete chats
- Add and delete members from chats
- Shows online and offline status
- Send attachments
- Connected to video
- UI similar to teams
- Sound Notifications for sending and receing messages
- Prompt for wrong credentials
Guest ID 1:
username: guest1
password: 2444
Guest ID 2:
username: guest2
password: 2444
Guest ID 3:
username: guest3
password: 2444
On entering the wrong credentials you will receive this message:
2. Create rooms, add and delete members.
3. Send messages, attachments and dial in a video call.