Skip to content

ChatTap is a web-based chat application that provides end-to-end encrypted chat functionality to its users.The app is built using modern web technologies .

Notifications You must be signed in to change notification settings

Deepeshgodhwani/ChatTap

Repository files navigation

ChatTap

It's a MERN Stack Real-time end to end encrypted chat web app


css3 Tailwind css javascript reactjs chakra-ui socket.io nodejs expressjs mongodb


View DemoReport BugGetting StartedInstallingAuthor


This is a web-based chat application that provides end-to-end encrypted chat functionality to its users. The app is designed to be user-friendly and secure, allowing users to have private and secure conversations with each other.The app is built using modern web technologies, including React.js for the front-end and Node.js for the back-end. The application uses a secure communication protocol that ensures all messages are encrypted from the sender to the recipient.


1


🚀 Features

  • Login/Signup User Account.
  • JWT (Json Web Token) Authentication and BcryptJS Password Hashing.
  • Profile picture and username update feature.
  • Real-time search of users.
  • One-to-one / Group chat.
  • Create group and admin authority features ( Add / Remove from the group ).
  • Exit from group fearture.
  • View user / Group info .
  • Group Profile picture and group name update feacture.
  • Real-time group notifications / Unseen messages count.

Glimpses of ChatTap 🙈 :

sign in signup
home chat
profile view

Demo

Check here to see the presentation video of this project


Getting Started

This project was built using React, Chakra UI, CSS, JavaScript,Cryptojs, Node JS, Express and MongoDB. It is an Chat web application and for running on your local environment you should follow these guidelines.

Prerequisites

  • NPM
  • Node JS
  • MongoDB

Setup

The project repository can be found in GitHub link or just clone the project using this command.

Using HTTPS

# git clone  https://github.com/Deepeshgodhwani/ChatTap.git
  • Open terminal on your workspace with
cd /home/workspace/ChatTap

Install

Install NPM

Check that you have node and npm installed

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

To confirm that you have MongoDB installed you can run this command in your terminal:

mongo -v

To install all the dependences of the project, run the following command:

cd client

npm install

cd ../

cd server

npm install

To run the application got to the client folder and run the following command:

npm start

Environment Variables

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

JWT_ACCESS_KEY

MONGO_PATH

Tools used on this project

  • Visual Studio Code
  • create-react-app template
  • MongoDB compass

Contact

If you want to contact me, you can reach me through below handles.

linkedin Twitter

© 2023 Deepesh Godhwani

Show your support

Give a ⭐️ if you like this project!

About

ChatTap is a web-based chat application that provides end-to-end encrypted chat functionality to its users.The app is built using modern web technologies .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published