Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!