Habit Tracker
NewTrack daily habits with a weekly grid, streak counts, and local browser storage.
Habit tracker
Habit Tracker
Track habits across the current Monday-to-Sunday week, keep streaks, and save progress locally in your browser.
Current week
—
Frequently Asked Questions
Where is my habit data stored?
Only in your browser's localStorage under this site. The component saves and reloads habits locally, so another browser or device will not see the same data.
Why does the grid only show this week instead of a full calendar?
This tracker is built around the current Monday-to-Sunday week. Older completion dates are still kept in saved data, but the visible grid is always the current week.
Does the streak count survive into a new week?
Yes if you kept marking consecutive days. Streak is calculated by walking backward from today through the stored completion dates, not just by counting checkmarks in the visible week.
Can I rename a habit after I add it?
No edit flow is implemented. You can add a new habit, toggle days, delete an existing habit, or reset everything, but there is no rename control.
Is there any limit on habit names?
Yes. The input is capped at 80 characters in the form itself, and empty names are rejected before a habit is added.