{"id":30272242,"url":"https://github.com/abdullahali2005/flask_todo","last_synced_at":"2026-04-13T18:01:44.056Z","repository":{"id":309036150,"uuid":"1034957803","full_name":"AbdullahAli2005/flask_todo","owner":"AbdullahAli2005","description":"Todo application in Python using Flask","archived":false,"fork":false,"pushed_at":"2025-08-09T11:03:49.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T13:04:17.340Z","etag":null,"topics":["flask","python","sqlite","todo"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbdullahAli2005.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-09T10:51:34.000Z","updated_at":"2025-08-09T11:03:52.000Z","dependencies_parsed_at":"2025-08-09T13:14:32.806Z","dependency_job_id":null,"html_url":"https://github.com/AbdullahAli2005/flask_todo","commit_stats":null,"previous_names":["abdullahali2005/flask_todo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AbdullahAli2005/flask_todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahAli2005%2Fflask_todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahAli2005%2Fflask_todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahAli2005%2Fflask_todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahAli2005%2Fflask_todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdullahAli2005","download_url":"https://codeload.github.com/AbdullahAli2005/flask_todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdullahAli2005%2Fflask_todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31764317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","python","sqlite","todo"],"created_at":"2025-08-16T05:44:15.817Z","updated_at":"2026-04-13T18:01:44.035Z","avatar_url":"https://github.com/AbdullahAli2005.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Todo App\n\nA simple **Flask-based Todo web application** with task creation, completion toggling, and deletion features. The app uses **SQLite** as its database and **Semantic UI** for styling.\n\n---\n\n## Features\n\n* **Add Tasks** – Create new tasks by entering text.\n* **Mark Complete / Incomplete** – Toggle task status with one click.\n* **Delete Tasks** – Remove tasks permanently.\n* **Responsive UI** – Styled using Semantic UI for a clean and modern look.\n* **SQLite Database** – Lightweight, file-based database.\n\n---\n\n## Project Structure\n\n```\nproject-folder/\n│\n├── app.py               # Main Flask app\n├── site.db              # SQLite database (auto-created)\n├── templates/\n│   └── base.html         # Main HTML template\n├── static/               # (Optional) Static files like CSS/JS if needed\n└── README.md\n```\n\n---\n\n## Installation \u0026 Setup\n\n1. **Clone the Repository**\n\n```bash\ngit clone https://github.com/your-username/flask-todo.git\ncd flask-todo\n```\n\n2. **Create Virtual Environment (Optional but Recommended)**\n\n```bash\npython -m venv venv\nsource venv/bin/activate   # On Linux/Mac\nvenv\\Scripts\\activate      # On Windows\n```\n\n3. **Install Dependencies**\n\n```bash\npip install flask flask_sqlalchemy\n```\n\n4. **Run the Application**\n\n```bash\npython app.py\n```\n\n5. **Open in Browser**\n\n```\nhttp://127.0.0.1:5000/\n```\n\n---\n\n## Usage\n\n1. **Add a New Task** – Use the input box and click **Add Task**.\n2. **Toggle Status** – Click the refresh icon to mark as complete/incomplete.\n3. **Delete Task** – Click the trash icon to remove the task.\n\n---\n\n## Dependencies\n\n* **Flask** – Web framework\n* **Flask-SQLAlchemy** – ORM for database operations\n* **SQLite** – Built-in Python database\n* **Semantic UI** – CSS framework (via CDN)\n\n---\n\n## License\n\nThis project is licensed under the MIT License.\n\n---\n\n## Author\n\n**Abdullah Ali**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahali2005%2Fflask_todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullahali2005%2Fflask_todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahali2005%2Fflask_todo/lists"}