{"id":25531915,"url":"https://github.com/m-ah07/to-do-list-app","last_synced_at":"2026-02-16T01:14:06.030Z","repository":{"id":268191357,"uuid":"903596600","full_name":"m-ah07/to-do-list-app","owner":"m-ah07","description":"A simple Python-based command-line tool for managing tasks. It allows users to add, view, update, and delete tasks while storing task data in a local file.","archived":false,"fork":false,"pushed_at":"2024-12-23T02:37:46.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T16:52:46.995Z","etag":null,"topics":["coding","opensource","productivity","programming","python","taskmanagement","todoapp"],"latest_commit_sha":null,"homepage":"","language":"Python","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/m-ah07.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}},"created_at":"2024-12-15T02:44:49.000Z","updated_at":"2024-12-23T02:40:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbd7aa37-c702-48b1-bd67-106bcf131c95","html_url":"https://github.com/m-ah07/to-do-list-app","commit_stats":null,"previous_names":["marwan-ahmed-23/to-do-list-app","m-ah07/to-do-list-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fto-do-list-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fto-do-list-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fto-do-list-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fto-do-list-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-ah07","download_url":"https://codeload.github.com/m-ah07/to-do-list-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763601,"owners_count":19692794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["coding","opensource","productivity","programming","python","taskmanagement","todoapp"],"created_at":"2025-02-20T01:42:16.918Z","updated_at":"2026-02-16T01:14:06.025Z","avatar_url":"https://github.com/m-ah07.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do List App\n\nA simple Python-based command-line tool for managing tasks. It allows users to add, view, update, and delete tasks while storing task data in a local file.\n\n## 🚀 Features\n- Add tasks to the list.\n- Mark tasks as completed.\n- Delete tasks from the list.\n- Save and load tasks from a JSON file.\n\n## 📂 Directory Structure\n```plaintext\nto-do-list-app/\n├── src/\n│   └── todo.py\n├── examples/\n│   └── example.py\n├── .gitignore\n├── LICENSE\n└── README.md\n```\n\n## 🔧 Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/m-ah07/to-do-list-app.git\n    ```\n\n2. Navigate to the project directory:\n    \n    ```bash\n    cd to-do-list-app\n    ```\n\n## 📖 Usage\n\n1. Run the example script:\n\n    ```bash\n    python examples/example.py\n    ```\n\n2. Explore the `todo.py` file to customize functionality.\n\n## Example\n\nHere’s an example of how to use the `ToDoList` class:\n\n```bash\nfrom src.todo import ToDoList\n\n# Create a new To-Do List\ntodo_list = ToDoList()\n\n# Add tasks\ntodo_list.add_task(\"Learn Python\")\ntodo_list.add_task(\"Build a GitHub repository\")\n\n# Display tasks\ntodo_list.display_tasks()\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to fork the repository and submit a pull request.\n\n## 🌟 Stay Connected\nFeel free to star ⭐ this repository if you find it helpful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Fto-do-list-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-ah07%2Fto-do-list-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Fto-do-list-app/lists"}