Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josh012006/tasks-manager
Simple tasks manager wrote in C++. I haven't done the GUI yet but I plan to do it with Qt.
https://github.com/josh012006/tasks-manager
cpp file fstream
Last synced: 24 days ago
JSON representation
Simple tasks manager wrote in C++. I haven't done the GUI yet but I plan to do it with Qt.
- Host: GitHub
- URL: https://github.com/josh012006/tasks-manager
- Owner: Josh012006
- Created: 2024-04-28T19:50:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T22:45:00.000Z (5 months ago)
- Last Synced: 2024-07-20T23:35:21.238Z (5 months ago)
- Topics: cpp, file, fstream
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hello. This is a simple task manager.
I implemented a task manager that can help you keep your tasks, delete some and even see the saved tasks.
The tasks are saved in a file so that they don't disappear after the user closes the program.## How it was iplemented
It is fully implemented in C++. I made it so that the code is really easy to understand for someone with some knowledge of C++ and STL. For the time being it only works in the Terminal. But there will be an app version done with Qt in the near future.## So, just give it a try
Hope you enjoy!