Tinde-Chatter

Tinde-Chater is a Full Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.

Tech Stack

Client: React JS

Server: Node JS, Express JS

Database: Mongo DB

Demo

https://mern-tinde-chater.herokuapp.com/

image

Run Locally

Go to the project directory

  cd Tinde_Chatter

Install dependencies

  npm install

  cd frontend/
  npm install

Start the server

  npm run start

Start the Client

  //open now terminal
  cd frontend
  npm start

Features

Authenticaton

image image

Real Time Chatting with Typing indicators

image

One to One chat

image

Search Users

image

Create Group Chats

image

Notifications

image

Add or Remove users from group

image

View Other user Profile

image

GitHub

View Github