GitHub Finder is a web application I built to help users quickly search and explore GitHub profiles. It fetches real-time data from the GitHub API and displays user details such as profile info, repositories, followers, and more in a clean, responsive interface. This project was created to strengthen my skills in working with APIs, React, and asynchronous data handling.

Key Features:

  • User Search: Search for any GitHub user by username.
  • Profile Details: Displays avatar, bio, location, and key GitHub stats (followers, following, public repos).
  • Repository List: Shows repositories with direct links to each project on GitHub.
  • API Integration: Uses the GitHub REST API to fetch live user and repo data.
  • Responsive Design: Works smoothly across all screen sizes.
  • Error Handling: Displays messages for invalid users or failed API requests
Live