A Chatting app build on React and Redux with socket.io for real time chatting as MERN project you can make a gruop chat as well Login and sigup authenicate with bcrypt and json web token and complete chat is saved on Mongodb
⭐ 1 stars💬 0 comments
Files
📄 .gitattributes
66 B
📁 Client
📄 License.md
1 KB
📄 README.md
2.4 KB
📁 Server
README
# Messanger
A Chatting app build on React and Redux with socket.io for real time chatting as MERN project you can make a gruop chat as well Login and sigup authenicate with bcrypt and json web token live socket single chat group chat sending notification , profile upload and awesome UI/UX storing the chat on mongoDB complete schema using Mongoose
And to make unidirectional i used Redux for making any api call and state management as well
# Registration Page
## User can add their profile picture and all the state and fetching is handle by redux

## If user want to login they can click on Already have on accound

# Homepage
## user can serch any member in input box

# Search feature with regex

# Chatting Page
## user can send emoji as well by hitting enter or a send button

# Emojy box

## When user chatting with different user then I am sending a notification

# Group Chat

# Create Group
## User can make a group by just clicking on a option of new group in left side navbar
![Screenshot (92)](https://user-