A simple and efficient task management web application built using Flask and SQLite, allowing users to add, update, and delete tasks with ease.
- Add new tasks
- View all tasks in order of creation
- Edit existing tasks
- Delete completed or unwanted tasks
- Simple and intuitive UI using HTML templates
- Backend: Python, Flask
- Database: SQLite (via SQLAlchemy)
- Frontend: HTML (Jinja templating), CSS, JavaScript
- Clone the repository:
git clone https://github.com/CodeLoopdroid/todo-list.git
cd todo-list