A live, open-source accountability tracker for solving 1,993 LeetCode problems in 179 days.
A single-file HTML dashboard that tracks a 179-day sprint (Jul 6 → Dec 31, 2026) to solve 50% of all LeetCode problems (1,993 out of 3,985).
Everything runs in the browser — no backend, no accounts, no build step.
| Feature | Description |
|---|---|
| 📊 Cumulative Chart | Your actual solve count vs. the pace line to 1,993 |
| 🗓️ 179-Day Grid | Tap any day to log how many problems you solved |
| 🎯 NeetCode 150 Checklist | Tick off problems with AGENT-CORE tags for priority topics |
| ⚡ Pace Buffer Tracker | See if you're ahead or behind the daily target |
| 📅 Weekly Rhythm Planner | 84 problems/week split across weekdays and weekend surges |
| 💾 Export / Import Progress | Save your data as JSON and restore it on any device |
All progress is saved in your browser's localStorage.
👉 leetcodelivetrackerash.vercel.app
- Fork this repository
- Deploy — pick one:
- Vercel (recommended): Click the "Deploy with Vercel" button above, or import the fork from vercel.com/new
- GitHub Pages: Go to Settings → Pages → Source:
mainbranch → Save - Local: Just open
index.htmlin your browser — it works offline too
- Start logging — tap a day cell, enter how many problems you solved, and watch the chart grow
Important
The <head> of index.html contains three absolute URLs that point to the original deployment. If you don't update them, the social preview image (LinkedIn, WhatsApp, X) on your fork will break or show the original site's card.
Find and replace these lines:
<meta property="og:url" content="https://leetcodelivetrackerash.vercel.app/">
<meta property="og:image" content="https://leetcodelivetrackerash.vercel.app/og.png">
<meta name="twitter:image" content="https://leetcodelivetrackerash.vercel.app/og.png">Change leetcodelivetrackerash.vercel.app to your own domain (e.g., your-app-name.vercel.app).
| Stack | Single-file HTML — zero build step |
| Styling | Tailwind CSS (CDN) |
| Charts | Chart.js (CDN) |
| Fonts | Inter (Google Fonts) |
| Storage | Browser localStorage |
| Hosting | Any static host — Vercel, GitHub Pages, Netlify, or just open the file locally |
Built by Balavigneshwar T G as part of a personal coding sprint.
- LeetCode problem set: leetcode.com
- NeetCode 150 roadmap: neetcode.io
- Connect on LinkedIn: Balavigneshwar T G
If this helps your grind, give it a ⭐ star and fork your own sprint!