Skip to content
/ todo Public

Terminal TODO manager in C++ with colorful interface, text files support, OOP and whole error system

License

Notifications You must be signed in to change notification settings

bartekldw/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO - Task manager

📝 Simple and quick task manager that lets you track your tasks in an easy way!

Here are some photos of the project:

Main menu:

main menu

Managing tasks:

managing tasks

Adding task:

add task add task sec

Show tasks:

show tasks

Built and tested on Ubuntu 24.04.2 LTS

To compile and run the project, follow these steps in your terminal:

  1. Create a build directory
mkdir build
cd build
  1. Generate Makefiles with CMake
cmake ..
  1. Compile the project
make
  1. Run the program
./to_Do

Help me grow my passion:

Buy Me A Coffee

About

Terminal TODO manager in C++ with colorful interface, text files support, OOP and whole error system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published