Creating a circular progress tracker that resets every day

Hey guys,

I’ve created a fitness app where the user receives an exercise program for them to complete multiple times per day.

On the home screen I have added a circular progress tracker which counts the total number of “sessions”. I am looking for a way to get the number of sessions to reset to 0 at the start of each new day, as we are hoping to display the daily progress.

Does anyone have any ideas?

Thank you!
David

Hi @DavidPreActive ,

I made some modification to this cloneable app here,

Change the content of start of today in input value to simulate different day.


Screen Recording 2021-11-17 at 9.42.52 PM

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.