A local chatroom with login/register, media sharing, and profile pictures – built with HTML, CSS, JavaScript, and MongoDB.
- 🔐 Login & Registration – multiple user accounts supported
- 💬 Real-time Chat – chat instantly with logged-in users
- 🖼️ Media Sharing – send images and videos
- 🧑🎨 Profile Pictures – set and display user avatars
- 💾 MongoDB Storage – secure database for messages & accounts
| Layer | Technology |
|---|---|
| Frontend | HTML5, CSS3, JavaScript |
| Backend | Node.js / Express |
| Database | MongoDB |
| File Upload | Multer / GridFS (images/videos) |
- Clone the repository
git clone https://github.com/devix05/LocalChatroom.git
cd LocalChatroom
npm install