GitPeek is a simple and powerful GitHub profile explorer that allows users to search for any GitHub ID and retrieve detailed profile information, including bio, repositories, and important links, using GitHub's API.
✅ Search GitHub Users by their username
✅ Fetch and display profile details (name, bio, avatar, etc.)
✅ Show public repositories with descriptions
✅ Provide direct links to GitHub profiles and repositories
✅ Responsive and clean UI/UX
- HTML,JS – Frontend UI
- Tailwind CSS – Styling
- GitHub API – Fetching user data
- Axios / Fetch API – Handling API requests
Follow these simple steps to get started with GitPeek:
git clone https://github.com/Sharyupatil01/GitPeek.git
cd GitPeek

