Skip to content

BALAVIGNESHWARTG/leetcode-sprint-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZERO TO 50% — LeetCode Sprint Tracker

🚀 ZERO TO 50% — LeetCode Sprint Tracker

A live, open-source accountability tracker for solving 1,993 LeetCode problems in 179 days.

Deploy with Vercel License: MIT

🔗 Live Demo →


📌 What It Is

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.

Features

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.


🔗 Live Demo

👉 leetcodelivetrackerash.vercel.app


🍴 Fork & Run Your Own Sprint

  1. Fork this repository
  2. 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: main branch → Save
    • Local: Just open index.html in your browser — it works offline too
  3. Start logging — tap a day cell, enter how many problems you solved, and watch the chart grow

Important

⚠️ Update These URLs After Forking

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


⚙️ Tech

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

🤝 Credits

Built by Balavigneshwar T G as part of a personal coding sprint.


⭐ Support

If this helps your grind, give it a ⭐ star and fork your own sprint!

Keep coding, keep evolving. ✨

About

A live, open-source LeetCode accountability tracker — a 179-day sprint to 50% completion. Single-file HTML, free to deploy on Vercel.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages