karpathy / calorie

nice and effective super simple calorie counter web app
92 stars 9 forks source link

calorie data persists with the help of local storage #4

Open gnaaruag opened 6 months ago

gnaaruag commented 6 months ago

Refactored app to use local storage for:

this change can act as a layer of security on accidental closure of the app upon which the user might loose an entire days progress.

we could also make it so it will reset itself at 12:00 in the morning but thats not in the scope of this pr