Skip to content

rbrauwers/news-app-ios

Repository files navigation

News app (iOS)

iOS application that displays news and its sources.
The implementation follows good practices, such as modularization, context isolation, single source of truth, etc.

ios_native_16_jan_24.mp4

How it works

Data is fetched from the News API.

Setup

Create an API Key and place it at NANetwork/Info.plist:

<dict>
	<key>NewsApiKey</key>
	<string></string>
</dict>

Stack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published