This is a simple To-Do application built using Django. It utilizes SQLite for the database and HTML with Bootstrap for the front-end templates. The app allows users to create, view, mark as completed, and delete tasks.
Add new tasks: Easily add new tasks to your list. Even You can Edit and Update your Task description and Title.
Mark tasks as completed: Mark tasks when they are finished.
Delete tasks: Remove tasks that are no longer needed.
User-friendly interface with Bootstrap: Responsive design with a modern look.
Persistent storage with SQLite: Store tasks persistently using SQLite.
Backend : Django -> A high-level Python web framework that encourages rapid development and clean, pragmatic design.
Database : SQLite -> A lightweight, disk-based database that doesn’t require a separate server process.
Frontend:
HTML/CSS: -> For structuring and styling the front-end user interface.
Bootstrap: -> A front-end framework for developing responsive and mobile-first websites.
Your contributions are valuable! Whether you've found a bug or have suggestions for improvements, feel free to open an issue or submit a pull request. Your input helps make this application better for everyone.