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.
- 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.
- Clone the Repository:
git clone https://github.com/Asim-Sidd02/GitHub-Repository-Finder-By-Username.git cd GitHub-Repository-Finder-By-Username
- Open the
index.html
file in your preferred web browser.
- Open the web application in your browser.
- Enter a GitHub username in the search bar.
- Press Enter to retrieve and display the user's repositories.
- HTML
- CSS
- JavaScript
- jQuery
- GitHub REST API
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.
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!