A beautiful, dark-themed portfolio page that dynamically fetches all your GitHub repositories using the GitHub API and displays them in a card grid.
- Live data from GitHub API (always up-to-date — no rebuild needed)
- Filter by: All / Mine (non-forks) / Forked / Language
- Sort by: Recently Updated / Most Stars / Name A-Z / Newest First
- Real-time search across name, description, topics, and language
- Stars, forks, language, topics, and relative "updated X ago" on each card
- Animated cards with hover effects
- 100% responsive
npm i -g vercel
vercel- Go to https://vercel.com/new
- Drag the
github-portfoliofolder onto the page - Click Deploy — done!
- Push this folder to a GitHub repo
- Import the repo on https://vercel.com/new
- Vercel auto-detects it as a Static site
Just open index.html in your browser — no build step needed.