The app has several main features:
- Fetch news from https://newsapi.org
- Bookmark articles so it can be persisted even when the app restarts.
- Share article using native iOS share sheet UIActivityController.
- Read article inside a Safari Webview.
- Search news based on the search query you type on the search bar.
- Newsapi.org
- JSON & Codable
- Realm
- UserDefaults
- ActivityController
- Safari Webview
- Search