Discover what developers around the world are building — right now.
A fast, clean web app to explore trending GitHub repositories. Filter by language, sort by popularity, and bookmark repos you want to revisit.
🔗 Live Demo — https://github-trending-explorer.vercel.app
I found myself constantly switching between GitHub tabs just to see what's trending in JavaScript or Python. There was no clean, distraction-free way to do it quickly.
So I built one.
- Search repos by name or description
- Filter by programming language
- Sort by stars, forks, or recently updated
- Bookmark favourite repos with persistent storage
- Dark / Light mode toggle
- Skeleton loading while data fetches
- Pagination for browsing results
- Fully responsive — mobile, tablet, desktop
- HTML5, CSS3, Vanilla JavaScript
- GitHub REST API
- Vercel (deployment)
git clone https://github.com/1-navneet/github-trending-explorer.git
cd github-trending-explorer
open index.htmlNo install needed — just open in browser.