A (Minimum Viable Product) chat app using Discord app UI
Real-time chat interface where multiple users can interact with each other by sending messages.
- The messages will be visible to all the Users that are in the chat app (using WebSockets)
- When a new User joins the chat, a message is displayed to all the existing Users
- Messages are saved in a database
- User can send images, videos and links which will be displayed properly
- User can select and send an emoji
- Users can chat in private
- Users can join channels on specific topics
Here is the url for the app : Chat App