Skip to content

nileshkr17/Git-Finder

Repository files navigation

Git Finder 🔎

Git Finder is a web application built with JavaScript that allows users to search for GitHub users and view their profile information and top repositories. The application fetches data from the GitHub API and provides a user-friendly interface to explore GitHub profiles.

🌐 Live Demo: Git Finder

Features 🚀

  • Search for GitHub users by username 🔍
  • Display user profile information, including name, bio, followers, following, and public repositories ℹ️
  • Show the top 10 starred repositories of the user 🌟
  • Register a service worker for offline support 💻

Technologies Used 💻

  • JavaScript ✨
  • HTML 📄
  • CSS 🎨
  • GitHub API :octocat:

Installation ⚙️

  1. Clone the repository: git clone https://github.com/nileshkr17/Git-Finder.git
  2. Open the project directory in your code editor.
  3. Launch the application by opening the index.html file in your web browser.

Usage 💡

  1. Open the application in your web browser.
  2. Enter a GitHub username in the search bar.
  3. Press the Enter key or click the search button.
  4. The user's profile information and top repositories will be displayed.

Contributing 🤝

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please create a pull request. For major changes, please open an issue first to discuss the proposed changes.

Maintainers