Skip to content

Latest commit

 

History

History
99 lines (50 loc) · 2.36 KB

README.md

File metadata and controls

99 lines (50 loc) · 2.36 KB
Chat Application Using MERN STACK & SocketIO
  • don't forget to leave a star ! :)

Authors

Features

  • Login ✔
  • Register ✔
  • Private (1 v 1 Chat) ✔
  • Detect Typing and display user name ✔
  • group Chat ✔
  • Add people to group ✔
  • Remove people from group ✔
  • online user Detection ✔
  • Send Emoji ✔
  • Dark & Light Mode ✔

Technologies

  • React + vite
  • Node js
  • mongoDB
  • socket.io
  • redux toolkit

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

ConnectionUrl = Your MongoDB Connection String JWT_SECREAT = your secure secreat key

Screenshots

Login

image

Register

image

Main Page

image

image

Groups

image

Create Groups

image

New Group Added

image

Admin Can Delete group

image

Delete Messages from ME

image

Typing Detection in both Group and One - One Chat

image

Search Groups / Search Users

image

Online User Detection

image