A simple and interactive web app where you can enter any LeetCode username and instantly view their public profile stats!
π Live Demo: LeetCodeProfile Viewer
- π Search any LeetCode user by typing their username
- π View total problems solved and difficulty breakdown (Easy, Medium, Hard)
- π‘ Clean and responsive UI
- HTML
- CSS
- JavaScript
- LeetCode Stats API:
https://leetcode-stats-api.herokuapp.com/{username}
- Deployed via GitHub Pages
- Open the Live Link
- Enter any valid LeetCode username
- Click Search
- Instantly view the stats pulled from LeetCode's API
- If the username is incorrect or does not exist, it will show an error.
- Data depends on whatβs available publicly from the LeetCode Stats API.