A webapp that shows and tracks the streaks of a particular task doing it daily.
Backend Repository: https://github.com/rangaraju29139/streak-app
when Add Task is clicked this will add the respective task to Tasks to complete
when we click on today task completed it will mark the today task complete and calciculate the streak accordingly based on previous streak count.
Inorder to mark the task as completed we have to click on the check box, that it will move from Tasks to Complete to Completed Tasks section.
If We want to move back the task to not done we can uncheck the task that will move the task from Completeed tasks to Tasks to complete.
If we want to delete the particular task We can click on delete button of that particular task that will delete the task by making an api call.