GitHub Profile Finder

GitHub Profile Finder is a web application that allows users to search for GitHub profiles by username. It displays details such as the user's profile information, repositories, followers, and more.

Features

  • Search for GitHub profiles by username.
  • Display user details like avatar, bio, and location.
  • List of repositories with links.
  • View followers and following counts.

Demo

Screenshot 2024-11-29 140557

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • API: GitHub REST API

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/Surya-Mathivanan/Github-profile-Finder.git

Instructions to Add the README

  1. Create a file named README.md in the root of your repository.
  2. Paste the above content into the file.
  3. Customize it as needed.
  4. Commit and push the changes:
    git add README.md
    git commit -m "Added README file"
    git push origin main