This is a lightweight iOS app built in SwiftUI that displays top news headlines from the NewsAPI.org. Users can save (and unsave) their favourite articles and view their profile.
-
Top Headlines Feed
- Browse the latest U.S. news using NewsAPI.org
- Double-tap an article to save it to your favorites
-
Favorites
- Press and hold to remove saved articles
- All favorites persist across sessions (in-memory, can be extended to Core Data)
-
Profile
- View your saved article count
- Will be adding more personalized features to the Profile view shortly.
-
Other Custom Design Elements
- Clean card-based layout with smooth styling
- Custom tab bar color and subtle heart animations
Screenshots - Video Demo on chairaharder.com
- Clone this repo
- Open
ChaisBias.xcodeprojin Xcode - Replace
"YOUR_API_KEY"inNewsAPIService.swiftwith your NewsAPI.org key - Run on simulator or device running iOS 15+


