A simple React + TypeScript app that lets you search GitHub users, browse their repositories, filter repos, sort, and load more.
Try it here: https://github-explorer-seven-woad.vercel.app/
- Search GitHub users (debounced input)
- View user profile (avatar, bio, stats)
- Repo list with:
- GitHub-like language colors
- Stars count
- Updated date
- Sort repos: Recently updated / Most stars
- Filter repos by name/description/language
- Skeleton loading UI
- React + TypeScript
- Vite
- GitHub REST API
npm install
npm run dev