This project is a web application that allows users to search for GitHub repositories by their username. Users can enter their GitHub username, and the application fetches and displays their repository list with pagination.
-
User-Friendly Interface: Simple and intuitive user interface for entering a GitHub username and viewing repositories.
-
Dynamic Pagination: Pagination functionality that loads 10 repositories at a time, allowing users to navigate through their first 100 repositories.
-
GitHub API Integration: Utilizes the GitHub API to fetch and display repository information based on the entered username.
-
Responsive Design: Ensures a responsive layout that works well on different devices.
To run this project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/your-username/github-repo-search.git
-
Navigate to the Project Directory:
cd github-repo-search
-
Open in a Web Browser:
Open the
index.html
file in your preferred web browser. -
Enter GitHub Username:
Enter your GitHub username in the provided input field and click the search button.
-
Explore Repositories:
Explore and navigate through your repositories using the pagination controls.