# Question on the creation of a water tracker app

**URL:** https://community.thunkable.com/t/question-on-the-creation-of-a-water-tracker-app/563531
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [April 17, 2020, 3:48am UTC](https://community.thunkable.com/t/question-on-the-creation-of-a-water-tracker-app/563531 "2020-04-17T03:48:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![covidviperapph](https://avatars.discourse-cdn.com/v4/letter/c/ad7895/32.png) [@covidviperapph](https://community.thunkable.com/u/covidviperapph)
#### Post date: [April 17, 2020, 3:48am UTC](https://community.thunkable.com/t/question-on-the-creation-of-a-water-tracker-app/563531/1 "2020-04-17T03:48:05Z")

</div>

Hey yall, I’m 14 and interested in app design. I’m trying to create this app that lets you take a quiz to determine the minimum of how many times you should wash your hands in a day, then whenever you press this button signifying that you washed your hands, the daily number goes down by one- at the end of 24 hours, it resets back to the minimum value. It’s essentially a normal water tracker app.

I have a basic idea, but my execution always goes wrong. Can anyone help me on how you can create a tracker task with a 24-hour countdown until it resets to the basic value?

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [April 17, 2020, 11:44pm UTC](https://community.thunkable.com/t/question-on-the-creation-of-a-water-tracker-app/563531/2 "2020-04-17T23:44:44Z")

</div>

Hey @covidviperapph 👋! Sounds like a sweet app!

you could do this two ways.

Follow this logic:

Initialize a stored var named savedTime  
Set stored savedTime = join text (current month + current day)

Then check  
if savedTime ≠ join text (current month + current day)  
Reset counter

---

<div class="post-metadata">

### Author: ![covidviperapph](https://avatars.discourse-cdn.com/v4/letter/c/ad7895/32.png) [@covidviperapph](https://community.thunkable.com/u/covidviperapph)
#### Post date: [April 18, 2020, 6:40am UTC](https://community.thunkable.com/t/question-on-the-creation-of-a-water-tracker-app/563531/3 "2020-04-18T06:40:16Z")

</div>

do we have to use a timer for the Reset counter? How exacly do you do that?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:38am UTC](https://community.thunkable.com/t/question-on-the-creation-of-a-water-tracker-app/563531/4 "2024-11-08T11:38:52Z")

</div>


