
Build a Github repositories search page with sorting and pagination
Build a Github Repositories search page, with sorting and pagination. You can use the Github REST Api /search/repository endpoint to query the data. The results should be paginated; by default, show 10 repositories per page Users should be able to: * search repositories by name * choose how many items to ...