📊 LeetMetric is a minimal and intuitive web app to visualize and track your LeetCode performance over time.
- 🔍 Search for any LeetCode username
- 📈 Visualize stats like problems solved, ranking, and more
- 📱 Fully responsive across devices
- ⚡ Fast and lightweight (Vercel deployed)
- HTML
- CSS
- JavaScript
- Vercel for deployment
- Docker for containerized image
- REST APIs
# Pull image from Docker Hub
docker pull aditiib/leetmetric-app:latest
# Run the container
docker run -d -p 8080:80 aditiib/leetmetric-app:latest