Lightweight browser-based chat interface using vanilla HTML, CSS, and JavaScript.
- 📱 Mobile-responsive design
- ⚡ Pure vanilla JavaScript
- 🧩 Zero dependencies or build tools
- 💬 Instant message rendering
KleanChat-lite/
├── index.html # Main chat interface
├── style.css # Chat styling and layout
└── script.js # JavaScript logic for chat interaction
- HTML5
- CSS3
- JavaScript (ES6)
- Add message timestamps
- Persist chats with
localStorage - Support themes (dark/light mode)
- Connect to real-time backend with Firebase or Socket.IO
Contributions are welcome!
To contribute:
# Fork the repo and clone your copy
git checkout -b feature-name
# Make your changes, then commit and push
git commit -m "Add feature"
git push origin feature-name
# Open a pull requestThis project is licensed under the MIT License.
Made with ❤️ by Medhavi Sahgal
Feel free to connect or share feedback!