Developed a real-time chat application using Django, allowing users to create and join chat rooms and exchange messages instantly through a clean and responsive user interface.
The project demonstrates full-stack development skills by integrating Django backend logic, SQLite database storage, and frontend templates using HTML, CSS, and JavaScript. Messages are stored in the database and displayed dynamically to provide a seamless chatting experience.
Key features include room-based messaging, database persistence, and responsive UI design. This project helped strengthen my understanding of web development, backend architecture, and real-time communication concepts