I am looking to create a habit tracker and while watching the Collections API video on Adalo youtube I saw a great model of one. I’ve tried to recreate off of what I could get from the video however I need more direction with
the progress bar
keeping record of how many times the task was completed out of x amount of days
how to update relation to task and date with calendar strip
I noticed that the name of the app was ‘The Daily Check’
Wondering if anyone has seen a clone or has any suggestions. Thank You
you can use counter to check against no of recurring and show it in progress bar, so for every assignment completed, you can add +1, counter will be the same as no of recurring if all assignments are completed
you can add deadline datetime and compare it with completed datetime
as for calendar component, I did not have experience with it