PriChat is a privacy-focused chat application that ensures your conversations are secure and protected. With unique features like encoding messages to binary and facial recognition authentication, PriChat provides an extra layer of security for your private conversations.
- Message Encryption: Automatically encodes messages to binary to protect them from unauthorized access.
- Facial Recognition: Ensures that only the intended user can access the chat by checking facial recognition every time the app is used.
- Real-time Messaging: Seamless real-time communication using WebSockets.
- User-friendly Interface: Simple and intuitive UI built with React.
- Frontend: React
- Backend: Node.js, Express.js
- Database: MongoDB (or your preferred database)
- Authentication: Facial recognition library (e.g., face-api.js)
- Real-time Communication: Socket.io
Before you begin, ensure you have met the following requirements:
- Node.js and npm installed on your machine
- MongoDB installed and running
git clone https://github.com/Vignesh1625/PrivacyChat.git
cd PrivacyChat