[CHALLENGE] GitHub user list
Use the Github API to get the users
- Load maximum 10 users at once.
Each user item should contain at least:
- username
- avatar
- registration date
Optional: order by username
- Feel free to add any details you want.
- A mandatory detail is the email address.
- When clicking on the email address, the default email app, installed on the device should open up.
We encourage you to use third party libraries, if you need them.
*Happy Coding!