iOS app that consumes Hackernews.com API and shows the latest content.
Concepts:
- SwiftUI lists and identifiable protocol
- Navigation view
- List and detail view
- Advanced state management using the observer design pattern
- Incorporate UIKit component into SwiftUI using Webkit to display web pages
