Go to file
2021-01-03 19:42:12 +01:00
allFunctions.hpp Adding all of project base files 2021-01-03 19:39:10 +01:00
basic.cpp Adding all of project base files 2021-01-03 19:39:10 +01:00
check.cpp Adding all of project base files 2021-01-03 19:39:10 +01:00
constants.hpp Adding all of project base files 2021-01-03 19:39:10 +01:00
dataStructures.hpp Adding all of project base files 2021-01-03 19:39:10 +01:00
file.cpp Adding all of project base files 2021-01-03 19:39:10 +01:00
getters.cpp Adding all of project base files 2021-01-03 19:39:10 +01:00
input.cpp Adding all of project base files 2021-01-03 19:39:10 +01:00
LICENSE Initial commit 2021-01-03 19:36:56 +01:00
main.cpp Adding all of project base files 2021-01-03 19:39:10 +01:00
output.cpp Adding all of project base files 2021-01-03 19:39:10 +01:00
README.md Update README.md 2021-01-03 19:42:12 +01:00
valid.cpp Adding all of project base files 2021-01-03 19:39:10 +01:00

toDo

Command Line Based, minimalistic, open-source Windows 10 toDo app To compile on your own, download all the *.cpp and *.hpp files from the repository, and compile them on WIN 10 using: g++ -Wall -Wextra -pedantic main.cpp Functionality: Add tasks, including it's title, date when the task first show up and when the task is supposed to repeat Show tasks, completed tasks highlighted with "[X]", currently chosen task highlighted with the different color on the terminal Tasks automatically repeat, tasks can be chosen to repeat every day, week, month or year