{"id":28224643,"url":"https://github.com/groundlock/to-do-list-1","last_synced_at":"2025-06-12T07:30:53.392Z","repository":{"id":267974269,"uuid":"902941306","full_name":"GroundLock/To-Do-List-1","owner":"GroundLock","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-13T15:34:39.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T09:13:29.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/GroundLock.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-13T15:31:38.000Z","updated_at":"2024-12-13T15:34:42.000Z","dependencies_parsed_at":"2024-12-13T17:14:15.897Z","dependency_job_id":"de3a93f9-188e-486c-b58e-6b21de1e0ef0","html_url":"https://github.com/GroundLock/To-Do-List-1","commit_stats":null,"previous_names":["groundlock/to-do-list-1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GroundLock/To-Do-List-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GroundLock%2FTo-Do-List-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GroundLock%2FTo-Do-List-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GroundLock%2FTo-Do-List-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GroundLock%2FTo-Do-List-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GroundLock","download_url":"https://codeload.github.com/GroundLock/To-Do-List-1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GroundLock%2FTo-Do-List-1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259420394,"owners_count":22854568,"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":[],"created_at":"2025-05-18T09:12:41.862Z","updated_at":"2025-06-12T07:30:53.386Z","avatar_url":"https://github.com/GroundLock.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do List Application\n\nProject for RoadMap\nhttps://roadmap.sh/projects/task-tracker\n\nThis is a simple Python-based command-line To-Do List application. It allows users to manage tasks by adding, updating, displaying, and deleting items from a task list. The data is stored persistently in a `data.json` file.\n\n## Features\n- Add new tasks to the to-do list.\n- Update the status of tasks (e.g., In Progress, Done).\n- View all tasks or filter tasks by status.\n- Delete tasks from the list.\n- Save tasks persistently in a JSON file.\n\n## How to Use\n1. Clone or download the repository.\n2. Ensure you have Python installed on your system.\n3. Run the program with the command:\n\n   ```bash\n   python to_do_list.py\n   ```\n\n4. Use the following commands to interact with the to-do list.\n\n## Commands\n\n| Command        | Description                                                                 |\n|----------------|-----------------------------------------------------------------------------|\n| `add`          | Add a new task to the list.                                                 |\n| `update`       | Update the status of an existing task. Options: `In Progress`, `Done`.      |\n| `show`         | Display all tasks.                                                         |\n| `show.todo`    | Display tasks with the status `todo`.                                       |\n| `show.inp`     | Display tasks with the status `In Progress`.                                |\n| `show.done`    | Display tasks with the status `Done`.                                       |\n| `del`          | Delete a task by entering its ID.                                           |\n| `quit`         | Save all tasks to the `data.json` file and exit the program.                |\n\n## Example Interaction\n```plaintext\n\u003e add\nEnter the item you want to be added to the list: Finish homework\n\u003e show\nID: 1\nTask: Finish homework\nStatus: todo\nCreated at: 2024-12-13\nLast updated at: 2024-12-13\n--------------------------------------\n\u003e update\nID of the task to be updated \n\u003e 1\nupdate to:\n 1. In progress\n 2. Done\n\u003e 1\n\u003e show.inp\nID: 1\nTask: Finish homework\nStatus: In Progress\nCreated at: 2024-12-13\nLast updated at: 2024-12-13\n--------------------------------------\n\u003e quit\n```\n\n## Requirements\n- Python 3.x\n- `data.json` file (created automatically if not found).\n\n## Notes\n- If the `data.json` file does not exist, it will be created automatically when the program starts.\n- Ensure the `data.json` file is in the same directory as the script.\n\n## License\nThis project is open-source and free to use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroundlock%2Fto-do-list-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroundlock%2Fto-do-list-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroundlock%2Fto-do-list-1/lists"}