This web application is built using only HTML, CSS, and JavaScript without any external library or framework. It allows users to search for a GitHub username and view their repositories with additional features such as pagination and repository limiting.
- Open Visual Studio Code (VSCode).
- Navigate to
index.html. - Install the "Live Server" extension by Ritwick Dey if not already installed.
- Right-click on
index.htmland choose "Open with Live Server".
- Enter a GitHub username in the search field.
- Press Enter.
- The repositories of the specified user will be displayed.
- Utilize the pagination controls at the end of the page to navigate through multiple pages.
- Use the repository limiter to control the number of repositories shown at once (minimum 10, maximum 100).
- By default, sample details will be displayed, so ensure to add input in the search box and press Enter.
- This app is designed to work seamlessly in any modern web browser.
- Ensure an active internet connection for fetching GitHub repository data.
If you would like to contribute to this project, feel free to open issues or submit pull requests. Your feedback and contributions are highly appreciated!
This project is licensed under the MIT License. Make sure to replace the [LICENSE] placeholder with the actual name of your license file, if applicable.