{"id":25961805,"url":"https://github.com/ibrahim-sisar/task-tracker","last_synced_at":"2025-03-04T19:49:48.503Z","repository":{"id":273433062,"uuid":"855230623","full_name":"ibrahim-sisar/Task-Tracker","owner":"ibrahim-sisar","description":"Task Tracker","archived":false,"fork":false,"pushed_at":"2025-01-20T21:35:03.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T22:47:35.117Z","etag":null,"topics":["json","roadmap-sh"],"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/ibrahim-sisar.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-09-10T14:35:11.000Z","updated_at":"2025-01-20T21:35:07.000Z","dependencies_parsed_at":"2025-01-20T22:47:50.309Z","dependency_job_id":"74a4d14c-9f90-4ddc-812f-ee2d762c6f70","html_url":"https://github.com/ibrahim-sisar/Task-Tracker","commit_stats":null,"previous_names":["ibrahim-sisar/task-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FTask-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FTask-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FTask-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FTask-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrahim-sisar","download_url":"https://codeload.github.com/ibrahim-sisar/Task-Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241913773,"owners_count":20041461,"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":["json","roadmap-sh"],"created_at":"2025-03-04T19:49:47.965Z","updated_at":"2025-03-04T19:49:48.481Z","avatar_url":"https://github.com/ibrahim-sisar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task-Tracker 📑\n\nhttps://roadmap.sh/projects/task-tracker\n## Description\nTask-Tracker is a simple project designed to manage and track tasks. The repository includes a `main.py` file written in Python, which contains the core logic of the application, and a `task.json` file used for storing task data.\n\n---\n\n## Features\n- Task Management: Allows users to add, edit, and delete tasks effortlessly.\n- Data Storage: Utilizes a `task.json` file to save and retrieve task information conveniently\n- Lightweight and User-Friendly: Designed to be straightforward and easy to use for individuals looking for a basic task-tracking tool.\n\n---\n\n## Prerequisites\nBefore you begin, make sure you have the following installed:\n- Python 3.7+\n---\n\n## Installation\nFollow these steps to set up the project locally:\n\n  1. Clone the repository:\n     ```bash\n     git clone https://github.com/ibrahim-sisar/Task-Tracker.git\n     ```\n  2. Navigate to the project directory:\n    ```bash\n    cd Task-Tracker \n    ```\n  3. Run code:\n     ```bash\n     python main.py\n     ```\n## Usage\n  ```\n  # Adding a new task\n  task-cli add \"Buy groceries\"\n  # Output: Task added successfully (ID: 1)\n\n  # Updating and deleting tasks\n  task-cli update 1 \"Buy groceries and cook dinner\"\n  task-cli delete 1\n\n  # Marking a task as in progress or done\n  task-cli mark-in-progress 1\n  task-cli mark-done 1\n\n  # Listing all tasks\n  task-cli list\n\n  # Listing tasks by status\n  task-cli list done\n  task-cli list todo\n  task-cli list in-progress\n  ```\n  \n## Technologies Used\n  - python\n  - json lib\n\n## Contributing\n  #### Contributions are welcome! Please follow these steps:\n   1. Fork the repository.\n   2. Create a new branch:\n      ```bash\n        git checkout -b feature-name\n      ```\n   3. Commit your changes:\n      ```bash\n      git commit -m \"Add your message here\"\n      ```\n   4. Push to the branch:\n      ```bash\n      git push origin feature-name\n      ```\n   5. Open a pull request.\n\n## License\n   This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahim-sisar%2Ftask-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahim-sisar%2Ftask-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahim-sisar%2Ftask-tracker/lists"}