Full stack mern chat app implement one to one and group real time chat features.
Frontend-React, React Boostrap Backend-Express, MongoDB
Home Page Login and Register Two routes one for login with credentials or guest login and other for register with profile pic uploaded in cloudinary.
Search for a chat - after selecting global chats and selected chat gets set in context API.
Create A Chat - give a name to the chat and add users. Function add user and remove user Routes Create chat with name and users
Manage Chat/Group chat
Features: handleGroupNameUpdate, handleGroupUserDelete, handle search, handleAddUser, handleRemove
Real-Time Chat gets fetch on basis of logged in user