Skip to content

adityarajbisoyi/Streak-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Streak-Calculator

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.

How to run?

-> 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.

About

A simple light weight C++ application to add and remove tasks with a help of a tasklist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages