/tasks): create, list, view, update, delete./: add, edit, complete, and remove tasks with a modern Bootstrap design.tasks.db, auto‑initialized on first launch.tasks.db is created automatically via init_db() when you start the app.sudo apt-get update && sudo apt-get install gitbrew install git/tasks/ (renders static/index.html)git checkout -b feature/foogit commit -m 'Add foo'git push origin feature/fooPosted Jul 19, 2025
A combined Flask API and built‑in web UI for creating, reading, updating, and deleting to‑do tasks.