HackerNews - Browse HackerNews submissions on iOS

Introduced with Xcode 11, I decided to try out the new SwiftUI library to build out the UI of a master-detail application of HackerNews posts. This project pulls Hacker News submissions through the Algolia API and displays them in a SwiftUI List (formerly known as UITableView within UIKit) with their respective HN upvotes. Clicking into any cell will bring up a WKWebView displaying the URL of the post.