Skip to content

Commit 0e8185b

Browse files
authored
Create README for LeetCode User Stats Tracker
Added a README file for the LeetCode User Stats Tracker web app, detailing features, setup, and usage instructions.
1 parent 523ace8 commit 0e8185b

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

Javascript/LeetCodeStats/readme.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# 🧩 LeetCode User Stats Tracker
2+
3+
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.
4+
5+
---
6+
7+
## 🚀 Features
8+
9+
- 🔍 Search any LeetCode username
10+
- 📊 Shows total, easy, medium, and hard problems solved
11+
- 🧠 Displays total submission counts
12+
- 🎨 Beautiful LeetCode-inspired UI
13+
- 🔁 Uses LeetCode’s GraphQL API
14+
- 🧰 Built with **HTML, CSS, and Vanilla JavaScript**
15+
16+
---
17+
18+
## ⚙️ How It Works
19+
20+
1. Enter a valid **LeetCode username** in the input box.
21+
2. Click **Search**.
22+
3. The app fetches live data from the [LeetCode GraphQL API](https://leetcode.com/graphql/) through a free **CORS proxy**.
23+
4. The data is visualized using animated circular progress bars and submission cards.
24+
25+
---
26+
27+
## 🛠️ Setup & Usage
28+
'''NOTE:
29+
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.
30+
31+
32+
### 1. Clone or Download
33+
```bash
34+
git clone https://github.com/your-username/leetcode-stats-tracker.git
35+
cd leetcode-stats-tracker
36+
37+
38+
39+

0 commit comments

Comments
 (0)