Github top rated repositories APP
The task is to implement a small app that will list the most starred Github repos that were created in the last 30 days.
Features
1- As a User You should be able to list the most starred Github repos that were created in the last 30 days.
2- As a User You should see the results as a list. One repository per row.
3- As a User You should be able to see for each repo/row the following details :
- Repository name.
- Repository description.
- Numbers of stars for the repo.
- Username and avatar of the owner.
4- As a User You should be able to keep scrolling and new results should appear (pagination).