Live Link: https://fyle-assignment-3d4cb.web.app/
This project is a simple web page that utilizes pure HTML, CSS, and JavaScript (with jQuery) to display a list of public repositories for a specified GitHub user. The page includes pagination, defaulting to 10 repositories per page, and the option for users to choose 100 repositories per page. The interface also features a loader that shows up during API calls, ensuring a seamless user experience. Additionally, the project handles all edge cases properly.
- Pagination support for easy navigation through repositories.
- Default display of 10 repositories per page.
- Option for users to choose 100 repositories per page.
- Loader displays during API calls, providing visual feedback to the user.
- Proper handling of edge cases for robust functionality.
- Users can search for repositories by name
- Link to particular repository
- Fully responsive
- Clone the repository to your local machine:
git clone https://github.com/Sudhanshu-Purohit/Fyle-Assignment.git
- Go to index.html file and open it in live server