A simple web app that lets you fetch and visualize LeetCode user statistics such as total problems solved, difficulty-wise progress, and overall submissions — all displayed in a clean, LeetCode-themed UI.
- 🔍 Search any LeetCode username
- 📊 Shows total, easy, medium, and hard problems solved
- 🧠 Displays total submission counts
- 🎨 Beautiful LeetCode-inspired UI
- 🔁 Uses LeetCode’s GraphQL API
- 🧰 Built with HTML, CSS, and Vanilla JavaScript
- Enter a valid LeetCode username in the input box.
- Click Search.
- The app fetches live data from the LeetCode GraphQL API through a free CORS proxy.
- The data is visualized using animated circular progress bars and submission cards.
'''NOTE: If the code fils to fetch data the go to "https://cors-anywhere.herokuapp.com/corsdemo" and request temperory access here for the code to work.
git clone https://github.com/your-username/leetcode-stats-tracker.git
cd leetcode-stats-tracker