#iOS Architecture Kata
This repos is inspired to projects like todo mvc and Real World Example apps. The main goal is to apply the most common iOS architecture patterns in a non-trivial example.
##The sample App
The app should:
- Fetch the Github API
- Show the list of the most starred Swift projects, showing the name of the project, the owner and the number of stars.
- When the user clicks on the item, open a view with more details.
##TBD
- Tracking
- No internet
- Login
- Onboarding?
- Error management
- SubViewController
- Test