https://github.com/amritmaurya1504/chit_chat
ChitChat is a A Complete one to one and group Real-Time chatting application. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
https://github.com/amritmaurya1504/chit_chat
expressjs mongodb nodejs reactjs socket-io
Last synced: 10 months ago
JSON representation
ChitChat is a A Complete one to one and group Real-Time chatting application. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
- Host: GitHub
- URL: https://github.com/amritmaurya1504/chit_chat
- Owner: amritmaurya1504
- Created: 2022-03-24T09:52:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T15:05:40.000Z (over 2 years ago)
- Last Synced: 2025-04-16T01:57:49.827Z (10 months ago)
- Topics: expressjs, mongodb, nodejs, reactjs, socket-io
- Language: JavaScript
- Homepage: https://chit-chat-app.vercel.app/login
- Size: 266 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChitChat Application
ChitChat is a A Complete one to one and group Real-Time chatting application. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
## Tech Stack Used.
**Client:** React JS
**Server:** Node JS, Express JS, Socket.io
**Database:** Mongo DB
## Demo
[](https://youtu.be/m9yUiGvFrTU?si=ZzKiTNY4y3RMHhAe)
[](https://chit-chat-app.vercel.app/login)

## Run Locally
Clone the project
```bash
git clone https://github.com/amritmaurya1504/Chit_Chat.git
```
Go to the project directory
```bash
cd Chit_Chat
```
Install dependencies
```bash
npm install
```
```bash
cd frontend/
npm install
```
Start the server
```bash
npm start
```
Start the Client
```bash
//open now terminal
cd frontend
npm start
```
# Features
**Authentication**


**Real Time Chatting with Typing indicators**

**One to One chat**

**Search Users**

**Create Group Chats**

**Notifications**

## Made By
- [@amritmaurya1504](https://github.com/amritmaurya1504)