{"id":28417174,"url":"https://github.com/indective/taskmasterpp","last_synced_at":"2025-07-17T13:33:08.168Z","repository":{"id":289480723,"uuid":"969209332","full_name":"Indective/TaskMasterpp","owner":"Indective","description":"a simple CLI task manager.","archived":false,"fork":false,"pushed_at":"2025-05-11T08:57:07.000Z","size":8277,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T23:35:27.944Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Indective.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}},"created_at":"2025-04-19T16:29:14.000Z","updated_at":"2025-05-11T08:57:10.000Z","dependencies_parsed_at":"2025-05-08T13:21:13.530Z","dependency_job_id":"ed7cc8e1-8a30-47d9-bc9a-0fe24f2dca15","html_url":"https://github.com/Indective/TaskMasterpp","commit_stats":null,"previous_names":["indective/taskmasterpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Indective/TaskMasterpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Indective%2FTaskMasterpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Indective%2FTaskMasterpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Indective%2FTaskMasterpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Indective%2FTaskMasterpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Indective","download_url":"https://codeload.github.com/Indective/TaskMasterpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Indective%2FTaskMasterpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265611232,"owners_count":23797843,"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-06-04T03:35:44.726Z","updated_at":"2025-07-17T13:33:08.157Z","avatar_url":"https://github.com/Indective.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taskmaster++\n\nTaskmaster++ is a terminal-based task management application written in modern C++. It enables users to securely register and log in, manage their personal tasks via a JSON-based system, and maintain persistent task data in a simple and modular architecture.\n\n## 🧠 Features\n\n- 🔒 **User Authentication** — Secure account creation and login using bcrypt password hashing.\n- 📋 **Task Management** — Add, list, complete, and save tasks per user.\n- 💾 **Persistent Storage** — Stores all data on disk in structured JSON format.\n- 🧱 **Modular Design** — Organized source code with headers and implementation separated cleanly.\n- ⚙️ **CMake Build** — Fully CMake-integrated for easy cross-platform building.\n\n## 📁 Project Structure\n\n``` html\n├── build                  # CMake build output\n├── CMakeLists.txt         # Build configuration\n├── data                   # User-specific task data\n│   └── users\n│       ├── indective/     #example test unit\n│       └── muhammad/      #example test unit\n| \n|── libs                   #external libraries \n|   └── json\n|   └── Bcrypt.cpp\n|\n├── include                # Header files\n│   ├── usermanager.h\n│   └── taskmaster.h\n├── src                    # Source code\n│   ├── main.cpp\n│   ├── taskmanager.cpp\n│   └── usermanager.cpp\n└── README.md              # This file\n```\n\n## ⚙️ Build Instructions\n\n### 📦 Requirements\n\n- C++17-compatible compiler (e.g., `g++`, `clang++`)\n- [CMake](https://cmake.org/download/) (version 3.10+)\n\n### 🛠️ Building\n\n```bash\ngit clone https://github.com/yourusername/taskmasterpp.git\ncd taskmasterpp\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n```\n\n### ▶️ Running\n\n```bash\n./tsm\n```\n\n## 🚀 Usage\n\n- When launched, the app prompts you to **register** or **log in**.\n- Upon successful login, access your personal task list:\n  - `Add` tasks\n  - `Mark` them as completed\n  - `View` or review old ones\n- Tasks are saved in:\n\n```  html\n  data/users/\u003cusername\u003e/tasks.json\n```\n\n## 🛠️ Tech Stack\n\n- **C++17**\n- **CMake**\n- **nlohmann/json** (for parsing JSON)\n- **Bcrypt-cpp** (for password hashing)\n\n## 📄 License\n\nThis project is released under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to open issues or submit pull requests to suggest improvements or new features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findective%2Ftaskmasterpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findective%2Ftaskmasterpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findective%2Ftaskmasterpp/lists"}