Lets you browse top stories from Hacker News. You can view news content, navigate to news source or view comments made.
- API: https://github.com/cheeaun/node-hnapi
- Built with
MVVM-Carchitecture. - Used
UIKitas UI framework but leveraged SwiftUI view previews to create a visual feedback loop for programmatic UIKit development. - Dependecy injection achieved with
property wrappers. - Updates from viewModel to view conveyed with
Observablebinding. - Data fetched from API is simply persisted in
UserDefaults.