{"id":19371876,"url":"https://github.com/yushikuni/cpp_todo","last_synced_at":"2026-06-13T18:31:35.120Z","repository":{"id":216160130,"uuid":"740616666","full_name":"Yushikuni/CPP_ToDo","owner":"Yushikuni","description":"Simple console-based ToDo list app in C++. Tasks are stored in a local text file. Great for learning file I/O and logic structuring.","archived":false,"fork":false,"pushed_at":"2025-11-02T18:38:09.000Z","size":21759,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-02T20:27:39.930Z","etag":null,"topics":["cli","cpp","cpp17","portfolio-website","unfinished-project"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Yushikuni.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-08T17:55:04.000Z","updated_at":"2025-11-02T18:38:13.000Z","dependencies_parsed_at":"2025-06-25T13:37:12.887Z","dependency_job_id":null,"html_url":"https://github.com/Yushikuni/CPP_ToDo","commit_stats":null,"previous_names":["yushikuni/cpp_todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yushikuni/CPP_ToDo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yushikuni%2FCPP_ToDo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yushikuni%2FCPP_ToDo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yushikuni%2FCPP_ToDo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yushikuni%2FCPP_ToDo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yushikuni","download_url":"https://codeload.github.com/Yushikuni/CPP_ToDo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yushikuni%2FCPP_ToDo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284751215,"owners_count":27057490,"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-11-16T02:00:05.974Z","response_time":65,"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":["cli","cpp","cpp17","portfolio-website","unfinished-project"],"created_at":"2024-11-10T08:20:17.155Z","updated_at":"2025-11-16T18:05:44.762Z","avatar_url":"https://github.com/Yushikuni.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✅ Console ToDo List (C++)\n\nA simple task manager built in C++ that runs in the console and stores tasks in a text file.  \nAllows users to add, list, and mark tasks as complete. Great practice for file I/O, CLI interaction and logic structuring in C++.\n\n---\n\n## 🛠️ Technologies\n\n- C++17\n- Standard Library only (`\u003ciostream\u003e`, `\u003cfstream\u003e`, `\u003cstring\u003e`, `\u003csstream\u003e`)\n- Console UI\n- File-based persistence (`example.txt`)\n\n---\n\n## 📋 Features\n\n- ➕ Add a new task with name and description  \n- 📄 List all tasks stored in file  \n- ✔️ Mark a task as completed  \n- 🧾 Each task has: ID, completed flag, title, and description  \n- 💾 File I/O via `fstream` – tasks stored in `example.txt`\n\n---\n\n## ▶️ How to Run\n\n### Compile (Linux/macOS):\n```bash\ng++ ToDoList.cpp -o todo\n./todo\n```\n\n### Compile (Windows):\n```bash\ng++ ToDoList.cpp -o todo.exe\ntodo.exe\n```\n\n### Sample Output\n```bash\nOption Menu: \nANY OTHER KEYS WILL IMMEDIATELY TERMINATE THE PROGRAM...\n0 - For terminate program\n1 - For Add New Task\n2 - For Print All Tasks\n3 - For Update Tasks\nYou Choose:\n```\n\n## 📂 File Structure \u003cbr/\u003e\n- ToDoList.cpp\u003cbr/\u003e\n- example.txt     ← generated automatically\u003cbr/\u003e\n- README.md\u003cbr/\u003e\n\n## 🧹 Possible Improvements\u003cbr/\u003e\n- Refactor into multiple source files (TaskManager.cpp, main.cpp)\u003cbr/\u003e\n- Add better parsing (support for multi-word input)\u003cbr/\u003e\n- Store tasks in CSV or JSON format\u003cbr/\u003e\n- Improve update logic (rewrite file instead of line edits)\u003cbr/\u003e\n- Add timestamps and task categories\u003cbr/\u003e\n\n👩‍💻 Author\u003cbr/\u003e\nMade by Květuše (Yushikuni) – practicing real-world C++ logic and data persistence.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyushikuni%2Fcpp_todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyushikuni%2Fcpp_todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyushikuni%2Fcpp_todo/lists"}