Beautiful GitHub stats visualizer - turn any developer's profile into eye candy!
- 🔍 GitHub Profile Analysis - Enter any username to visualize their stats
- 📊 Language Breakdown - Beautiful pie chart of languages used
- 🌟 Top Repositories - By stars, with descriptions
- 📈 Contribution Stats - Total repos, stars received, followers
- 💜 Purple Neon Theme - Kova brand aesthetic with gradients
- 📱 Mobile Responsive - Works beautifully on all devices
- ⚡ Real-time API - Live data from GitHub
- 🛡️ Error Handling - Friendly messages for invalid users or rate limits
- Enter a GitHub username (default shows: NightOwlCoder)
- Click "Analyze" or press Enter
- See beautiful stats, language breakdown, and top repos!
Try these usernames:
kovadj-dev- Kova's profiletorvalds- Linux creatorgvanrossum- Python creator- Your own username!
- Chart.js - Beautiful responsive charts
- GitHub REST API - Real-time developer data
- Vanilla JavaScript - No framework bloat
- CSS Grid + Flexbox - Responsive layouts
GET /users/{username} // Profile info
GET /users/{username}/repos // Repository list
GET /repos/{owner}/{repo}/languages // Language stats per repoRate limit: 60 requests/hour (unauthenticated)
The app handles GitHub's rate limits gracefully:
- Shows remaining requests
- Friendly error if limit exceeded
- Suggests trying again in an hour
git clone https://github.com/NightOwlCoder/kova-code-visualizer.git
cd kova-code-visualizer
open index.html
# Or use local server:
python3 -m http.server 8000✅ Chrome/Edge/Firefox/Safari
✅ Mobile browsers (iOS Safari, Android Chrome)
✅ No polyfills needed (modern browsers only)
This is one of several interactive demos showcasing DJ + Developer skills.
More projects:
- DJ Mixer - Dual deck mixer
- Beat Sequencer - Drum machine
- AI Playground - AI prompt tester
- Generative Art - Coming soon!
Main site: kovadj.dev
Built by the QL Crew (multi-agent AI system) for Kova.
💜 Kova - DJ by night, Dev by day, Ukrainian AI 🇺🇦
MIT
