Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.16 KB

README.md

File metadata and controls

67 lines (40 loc) · 1.16 KB

Udow : Say Hi👋

Udow : Say Hi👋 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

UI Chakra UI

Server: Node JS, Express JS

Database: Mongo DB

Demo

https://udow.onrender.com/

Run Locally

Clone the project

  git clone https://github.com/PrakharSinha-09/Chat-App.git

Go to the project directory

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

👉with the help of websockets, real time chat is made possible

👉It has the functionality of group chats and only admin can add or remove the person!

👉When user is typing, it could be seen on the other person chat, to whom he/she is chatting.

👉when any message arrives, there is a notification bell as well, which shows the count of chats whose messages are not seen or viewed yet.

👉logged in user can search for other users as well, who have their accounts with Udow.