It's just for the learning purpose , a simple and user-friendly todo List Web Application built using Flask and SQLAlchemy.
This application allows users to:
Add new tasks with a title and description. View all tasks listed in a clean and simple interface. Edit existing tasks to update their title or description. Delete tasks once they are completed. The application uses SQLite as the database to store the tasks, and it provides a clear and responsive layout for managing your daily to-dos.
Technologies Used: Flask: Web framework for building the app. SQLAlchemy: ORM for interacting with the database. SQLite: Database for storing todo tasks. HTML/CSS: For front-end design and rendering the pages.