TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

5 pointsby aldo7125 months ago
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.<p>It&#x27;s built with vanilla JavaScript (no frameworks) and works entirely in the browser.<p>Features: - Visual wheel interface for daily habits - Weekly and monthly habit tracking - Data persistence using localStorage - Import&#x2F;export functionality - No login required, works offline - Zero dependencies<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;anshulmittal712&#x2F;habit-tracker">https:&#x2F;&#x2F;github.com&#x2F;anshulmittal712&#x2F;habit-tracker</a><p>Full disclosure: This was created almost entirely using Claude 3.5 Sonnet with Cursor as the IDE.

1 comment

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