A modern web application to search for GitHub users and view their profiles and repositories.
- 🔍 Search for GitHub users by username
- 👤 View user profile details (avatar, bio, company, location, website, join date)
- 📦 See user’s public repositories, sorted by stars
- ➕ Show more/less repositories
- 🕓 Search history modal (stores recent searches in local storage)
- 🌙 Responsive UI with dark mode
- Node.js (v16+ recommended)
- npm
git clone https://github.com/your-username/github-user-finder-yt.git
cd github-user-finder-yt
npm installnpm run devOpen http://localhost:3000 in your browser.
npm run build
npm startpublic/
logo.png
src/
app/
chakra-next.js
chakra.js
favicon.ico
globals.css
layout.js
page.js
providers.jsx
components/
HistoryModal.jsx
Navbar.jsx
Repos.jsx
Search.jsx
UserProfile.jsx
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.
