Skip to content

andr3a88/githublist

Repository files navigation

githublist

[CHALLENGE] GitHub user list

1. Create a new project

2. When opening the app, show a list of all Java developers.

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

3. Show a more detailed screen of the user, when you click on a user item.

  • 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.

GitHub user list (MVVM-C + RXSwift)

  • MVVM-Coordiantors
  • RXSwift
  • Moya

TO-DO

  • View Loader
  • Pagination
  • Refresh Control
  • Search
  • Show avatar

About

[MVVM-C] GitHub user list with RXSwift

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published