This project is a simple instant messaging web application built using React for the frontend and Node.js for the backend. The application allows users to create private chats using unique keys (each user is assigned a unique key), enabling direct communication between two users, similar to other messaging platforms.
Frontend: React Backend: Node.js (Express) Database: MongoDB
Unique key system for user identification and private chat creation. Real-time messaging between users. MongoDB integration for storing chat data. Simple and intuitive user interface.
This project was developed as a personal learning exercise to practice full-stack development, particularly focusing on integrating React, Node.js, and MongoDB.