Simple iPhone App to show News Items from https://newsapi.org/
- iOS 13.0 and above
- News List Screen
- Displays List of News Items for Netherlands region
- Displays image and News Title
- Details Screen :
- Displays News Image, Title, Content, Description, Author and Published Date
To run the app, need to create an account on https://newsapi.org/ and get API key. You need to add the key in NetworkConstants as API_KEY
MVVM Architecture
Combine SwiftUI
There are no external dependencies to the project.