A simple yet powerful Todo List Web Application built using Django, HTML, CSS, and SQLite3. This project allows users to create, update, delete, and search tasks, along with essential user authentication features such as registration, login, and logout.
User Registration & Authentication – Sign up, log in, and log out securely.Task Management – Create, update, and delete tasks effortlessly.Search Functionality – Quickly find tasks using a search bar.Responsive UI – Clean and simple design with HTML & CSS.SQLite3 Database – Lightweight and efficient database for storing user and task data.



Django – Backend framework for handling logic and authentication.HTML & CSS – Frontend for a clean UI experience.SQLite3 – Database for storing tasks and user data.