A news app built in ComposeUI that sources content from the Guardian API with the ability to read and bookmark news articles built to exemplify technologies and paradigms such as:
- Multi-module app structure,
 - Clean Architecture,
 - Concurrency with Kotlin Coroutines,
 - Observable data streams with Flow,
 - Pagination with Paging 3.0,
 - and offline-support with Room...amongst others.