Welcome to the Secure Chat Application repository! This project aims to provide a safe and private communication platform through end-to-end encryption, ensuring that conversations remain confidential and secure.
Developed with security in mind, this chat application allows two individuals to exchange messages without the risk of unauthorized access. The encryption technology ensures that only the intended recipients can read the messages, providing a high level of privacy.
- End-to-end encryption for all messages exchanged.
- Real-time communication between two individuals.
- User-friendly interface for easy navigation and interaction.
- Robust security measures to prevent unauthorized access.
- Minimalistic design for a distraction-free experience.
- Frontend: React JS, HTML, CSS
- Backend: Node.js, Express.js
- Database: Mongo DB
- Encryption: Socket.io
- End-to-end encryption ensures message privacy.
- Real-time updates for instant communication.
- Intuitive interface for ease of use.
- Secure login and registration process.
- Clone this repository:
git clone https://github.com/Jaganath-MSJ/Happy-Chat-App.git
- Navigate to the project directory:
cd Happy-Chat-App
- Navigate to Frontend:
cd public
- Install dependencies:
npm install
- Start frontend:
npm start
- Navigate to backend:
cd server
- Start the server:
node index.js
- Open the app in your browser:
http://localhost:3000
For a live demonstration, you can visit Demo Link.
Feel free to reach out to me via email at [email protected] or connect on LinkedIn.
Netlify for frondend
Render for backend