TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

5 点作者 aldo7125 个月前
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 个月前
Good to see single page projects, can you try hosting it somewhere like GitHub pages?