akshay2742 / chat-app-mern

Developed a real-time, responsive chat web application utilizing the MERN stack, featuring individual and group chat functionalities. Implemented the ability to create new groups, and add or remove members from them, with only the admin having these privileges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LetsChat

LetsChat is a Full Stack Chatting App. It stores user details in encrypted format in Mongo DB Database.

Tech Stack

Client: React JS

Server: Node JS, Express JS

Database: Mongo DB

How to run the project locally

Clone the project

  git clone https://github.com/akshay2742/chat-app-mern.git

Go to the project directory

  cd chat-app-mern

Install dependencies

  npm install
  cd frontend/
  npm install

Start the server in the root folder

  npm start

Start the Client

  //open now terminal
  cd frontend
  npm start

Features

Authenticaton

One to One chat

Search Users

Create Group Chats

View Other user Profile

About

Developed a real-time, responsive chat web application utilizing the MERN stack, featuring individual and group chat functionalities. Implemented the ability to create new groups, and add or remove members from them, with only the admin having these privileges.


Languages

Language:JavaScript 97.7%Language:HTML 1.4%Language:CSS 0.9%