Skip to content

adnansadar/Chat-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Chat-App

This is a MERN Stack Web App equipped with end-to-end encryption using CryptoJS and AES Algorithm.

Screenshots

WhatsApp Image 2021-06-08 at 11 01 58 PM

Installation

Just Download the files, and run

cd client
npm i
cd ../server
npm i

for installation of all packages in both server and client folders.

Usage

For Server, create a .env file and store all the environmental vairiables. Then run the following commands

cd server
npm run dev-start

For Client, just run the following commands to run the react application

cd client
npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

This is a MERN Stack Web App equipped with end-to-end encryption using CryptoJS and AES Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • CSS 4.3%
  • HTML 4.0%