An interactive web application to compare LeetCode users and visualize their problem-solving performance using charts.
🔗 https://4bhi-pathania.github.io/LeetCode-Analyzer/
DSA Analyzer is a web-based dashboard that allows users to:
- Compare two LeetCode profiles
- Analyze problem-solving statistics (Easy, Medium, Hard)
- Visualize data through interactive charts
This project demonstrates the use of APIs, data visualization, and frontend development.
- Compare two LeetCode users
- Interactive bar chart visualization using Chart.js
- Difficulty-wise breakdown (Easy / Medium / Hard)
- Clean and responsive dashboard UI
- Real-time data fetching using API
- Frontend: HTML, CSS, JavaScript
- Charts: Chart.js
- API: LeetCode Stats API
- Deployment: GitHub Pages
- User enters two LeetCode usernames
- Application fetches data from external API
- Data is processed and displayed
- Chart.js renders a comparison graph
- Add winner indicator
- Track progress over time
- Improve mobile responsiveness
- Advanced UI animations
Contributions are welcome! Feel free to fork this repository and submit a pull request.
- LeetCode for problem data
- Chart.js for visualization
- Open-source API providers