Skip to content

Pro-Bandey/GitHub-Repository-Finder-By-Username

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repository Viewer

GitHub Repository Viewer is a simple web application that allows users to search for a GitHub username and view the repositories associated with that user.

Features

  • Search by Username: Enter a GitHub username in the search bar to retrieve information about the user's repositories.
  • Repository Details: Display detailed information about each repository, including the repository name, description, and a link to view the repository on GitHub.
  • Pagination: Navigate through multiple pages of repositories for users with a large number of repositories.

Getting Started

  1. Clone the Repository:
    git clone https://github.com/Asim-Sidd02/GitHub-Repository-Finder-By-Username.git
    cd GitHub-Repository-Finder-By-Username
    
    
    

Open in a Web Browser

  1. Open the index.html file in your preferred web browser.

Usage

Search for a GitHub Username

  1. Open the web application in your browser.
  2. Enter a GitHub username in the search bar.
  3. Press Enter to retrieve and display the user's repositories.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • jQuery
  • GitHub REST API

How It Works

The application utilizes the GitHub REST API to fetch information about the provided GitHub username. It presents the user's profile details, such as the avatar and username. Additionally, it retrieves the user's repositories, allowing users to navigate through multiple pages of repositories and filter them based on a search query.

Development and Contributions

Feel free to contribute to the project by submitting issues or pull requests. If you encounter any bugs or have suggestions for improvements, please let us know!