Sure, it currently looks like this atm.
It's basically a kind of countdown, but in units of calories. So if my base metabolic rate I set at 2,000, I burn 2000/24/60/60 = 0.02 kcal/s for "free", just sitting in my couch.
The middle is showing my current net deficit.
When I eat a snack of 300kcal, I'd press +100 3 times.
When I run for 200 kcal, I'd press -200 2 times.
And then I can reset to zero.
And I can change light mode / dark mode :D
And the app uses AppStorage so I can open/close the app and it's all fine.
i.e. it's not very crazy, just a few UI elements and simple logic, 200 lines of code. But still this took only ~1 hour and I actually find this helpful in my life. Basically it shows me how much of a "budget" I have left to eat at any point in the day, if I want to keep 500 deficit/day, as an example.
显示更多