A simple light weight C++ application to add and remove tasks with a help of a tasklist. -> The User can add a new task or remove a existing task. -> The User can increase the streak of the task by doing it. -> The User can reset the streak to zero of any task. -> The User can view the task and its streak.
#IMPLEMENTATION -> Used Hashing and Unordered Map with the help of C++ STL. -> Used Object Oriented Model for better future Scalling.
-> if you want to complile then use command g++ file_name.cpp -o output_file. -> write command output_file then press enter.
-> Alternatively you can directly run the .exe file by double-clickiing it, Or Run the file using a local code editor.