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.
- Search for GitHub profiles by username.
- Display user details like avatar, bio, and location.
- List of repositories with links.
- View followers and following counts.
- Frontend: HTML, CSS, JavaScript
- API: GitHub REST API
- Clone the repository:
git clone https://github.com/Surya-Mathivanan/Github-profile-Finder.git
- Create a file named
README.md
in the root of your repository. - Paste the above content into the file.
- Customize it as needed.
- Commit and push the changes:
git add README.md git commit -m "Added README file" git push origin main