Check LeetCode Profile is a web-based application designed to fetch and display detailed statistics for any LeetCode user. Built with pure HTML, CSS, and JavaScript, this project allows users to gain insights into problem-solving progress, including total problems solved, ranking, and submission breakdowns β all without any frontend framework.
π GitHub Repo: Priyansu22382/CheckLeetCodeProfileProject
π View Live
- π§± HTML β Page structure & layout
- π¨ CSS β Responsive styling and layout
- π§ Vanilla JavaScript β DOM manipulation, API fetch, interactivity
- π LeetCode GraphQL API β To retrieve user statistics
- π Search any LeetCode profile using username
- π Display key stats:
- Total problems solved (Easy, Medium, Hard)
- Global rank, contribution score, etc.
- π« Handles invalid or private usernames gracefully
- π± Fully responsive design (mobile-first)
- π Clean and minimal UI