LeetMetric is a web application that allows users to track their LeetCode statistics, visualizing their performance across different difficulty levels (Easy, Medium, Hard) using progress circles and stats cards. The application is designed with a dark theme inspired by LeetCode.
- User Input: Enter your LeetCode username to fetch your stats.
- Progress Circles: Visualize the number of problems solved in different categories (Easy, Medium, Hard).
- Stats Cards: Display overall submissions and individual submissions for each difficulty level.
- Responsive Design: Works well on both desktop and mobile devices.
- HTML
- CSS
- JavaScript
- Fetch API
To run the LeetMetric application locally, follow these steps:
- Clone the Repository:
git clone https://github.com/yourusername/leettmetric.git cd leetmetric