Tech Stack: Django, HTML and CSS
Developed a basic to-do list web application using Django for backend logic and HTML/CSS for the frontend. The
app allows users to add, view, and delete tasks in a simple and intuitive interface. Focused on clean structure, URL
routing, views, and template rendering using Django’s MVC architecture. Built without a database, storing data
temporarily during the session for learning and demonstration purposes.