Skip to content

TODO application written in C++ running in a terminal

License

Notifications You must be signed in to change notification settings

Dolaxom/CPP_TODO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP_TODO v0.2.1

TODO application written in C++ running in a terminal

Project structure:

The src folder contains all the source C++ files of the project. The materials folder contains everything you need to design the repository. In data there are text files in which all tasks and logs of the program are recorded in encrypted or not (at the user's choice).

Completeness of the project

Functions: Readiness:
Adding new tasks
Deleting a task
Viewing logs
Viewing completed tasks
Sorting by days
Settings file
Data encryption

Building the program:

To build the program, use the Makefile and write make in the terminal (in src folder), or compile manually using the g++.


Termcolor library is used for color output to the terminal!

About

TODO application written in C++ running in a terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published