Good News App
A simple news application built implementing the MVVM design pattern.
It is integrated with a news api which returns JSON.
MVVM Process
- Receives JSON data in models
- Use model to populate ViewModels which then populates a TableView.
MVP – Minimum viable product
User
can open application and view current top headlines in the US.
Image Demo
Technologies and dependencies
- Good News App is an iOS application built using Swift and Storyboard.
- Fethces data from https://newsapi.org/.