A News Project to show usage of rendering app UI in dynamic way.
Consumption of REST API using Swift/SwiftUI.
- Showcasing the latest News.
- Marking News as Favourite.
- Seeing those Favourite News in a List.
- And Removing those favourite news.
- Tapping on List to View News Detail to read more about it.
Breaking news project is implemented in Model-View-View Model(MVVM) archuiteture.
All the Views are inside View Group All the Model used are inside Model Group ViewModel is inside ViewModel Group UserDefault Portion is inside Repo Group
Using Rest API to pull News https://newsapi.org/v2/top-headlines?country=in&apiKey="Your_API_Key"