H4X0R News - Swift UI
- This repository is for practicing Section 17, "SwiftUI and Declarative Programming" from the "iOS & Swift - The Complete iOS App Development Bootcamp" course from Udemy.
- Copyrights for assets used in this project are held by App Brewery & Dr. Angela Yu.
- A simple SwiftUI based app that shows articles from "Hacker News " ( https://news.ycombinator.com/ ).
- Fetches live data from the website using the API provided ( https://hn.algolia.com/api ).
- Articles are presented in a WebView format.
- Implemented the Observer Design Pattern using :
- ObservableObject (protocol)
- @Published (state)
- @ObservedObject (state)