Simple news app made with Swift5, SwiftUI, MVVM and Combine
- Display categorized news articles
- Show article details
- Ability to view full article and share it
- Search news by keywords
- Save articles locally using Realm
- Obtain your own api key from https://newsapi.org
- Insert it in NewsApi.swift file
- Run project