{"id":30872902,"url":"https://github.com/bahaaio/todoplusplus","last_synced_at":"2025-10-07T21:29:33.312Z","repository":{"id":247626996,"uuid":"826385305","full_name":"Bahaaio/TodoPlusPlus","owner":"Bahaaio","description":"A simple TodoList terminal application in C++.","archived":false,"fork":false,"pushed_at":"2024-08-20T01:55:58.000Z","size":1571,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T15:20:44.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bahaaio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-09T15:54:00.000Z","updated_at":"2025-06-25T09:15:46.000Z","dependencies_parsed_at":"2024-08-21T02:00:12.159Z","dependency_job_id":null,"html_url":"https://github.com/Bahaaio/TodoPlusPlus","commit_stats":null,"previous_names":["bahaamohamed98/todoplusplus","bahaaio/todoplusplus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bahaaio/TodoPlusPlus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bahaaio%2FTodoPlusPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bahaaio%2FTodoPlusPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bahaaio%2FTodoPlusPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bahaaio%2FTodoPlusPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bahaaio","download_url":"https://codeload.github.com/Bahaaio/TodoPlusPlus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bahaaio%2FTodoPlusPlus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274107987,"owners_count":25223473,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-07T22:46:35.778Z","updated_at":"2025-10-07T21:29:33.212Z","avatar_url":"https://github.com/Bahaaio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo App\n\nA simple console-based todo application written in C++ that allows users to manage their tasks efficiently.\n\n## Features\n\n- Add tasks\n- Mark tasks as complete or incomplete\n- Remove tasks\n- Assign priorities to tasks (Low, Medium, High)\n- Display tasks with priority colors\n\n## Preview\n\n\u003cp align=\"center\"\u003e\n   \u003cimg align=\"center\" alt=\"todo app preview\" src=\"assets/preview.gif\"\u003e\n\u003c/p\u003e\n\n## Getting Started\n\n### Prerequisites\n\n- g++ compiler (or any other C++ compiler)\n- CMake (version 3.28 or higher)\n\n### Building the Project\n\n#### Using CMake\n\nRun CMake and build:\n\n```sh\n   cmake ..\n   make\n```\n\n#### Using g++\n\n1. Compile the source files directly:\n\n```sh\n   g++ -std=c++17 -o build/ToDo src/*.cpp\n   cd build\n   ./ToDo\n```\n\n### Running pre-built binaries\n\n#### On Linux\n\n```sh\n  cd build\n  ./ToDo\n```\n\n#### On Windows\n\n```sh\n  cd build\n  .\\ToDo.exe\n```\n\n### Tasks File\n\nEnsure you have a tasks.csv file in the tasks/ directory. The application reads from and writes to this file.\n\n## Usage\n\n1. Run the application using one of the methods described above.\n2. Follow the on-screen instructions to add, complete, change priority, or remove tasks.\n\n## Code Structure\n\n- **src/main.cpp:** Entry point of the application.\n- **src/Manager.cpp:** Manages the main application logic.\n- **src/TodoList.cpp:** Handles task operations.\n- **src/Task.cpp:** Represents individual tasks.\n- **src/FileIo.cpp:** Manages file input/output operations.\n- **src/Input.cpp:** Handles user input.\n- **src/Menu.cpp:** Manages the display of menu options.\n- tasks: Task CSV file\n- build: Build directory","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahaaio%2Ftodoplusplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbahaaio%2Ftodoplusplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahaaio%2Ftodoplusplus/lists"}