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. |