Settings

Theme

Show HN: A minimalist habit tracker with a wheel-based visualization

github.com

5 points by aldo712 a year ago · 1 comment · 1 min read

Reader

With the new year around the corner I was looking for a habit tracker. None of the ones I found off-the-shelf had the simplicity or the kind of visualization I was looking for. So I built a simple tool that visualizes your habits in a circular wheel, similar to the GitHub contributions graph but in a radial format. This was inspired by the Activity Rings on iOS.

It's built with vanilla JavaScript (no frameworks) and works entirely in the browser.

Features: - Visual wheel interface for daily habits - Weekly and monthly habit tracking - Data persistence using localStorage - Import/export functionality - No login required, works offline - Zero dependencies

GitHub: https://github.com/anshulmittal712/habit-tracker

Full disclosure: This was created almost entirely using Claude 3.5 Sonnet with Cursor as the IDE.

javierluraschi a year ago

Good to see single page projects, can you try hosting it somewhere like GitHub pages?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection