Factostan is your daily dose of completely useless, yet fascinating facts — delivered with modern Android architecture and polished UI.
Fetches random facts from the Useless Facts API
Clean Architecture with MVVM pattern
Local fact saving with Room
Persistent settings using DataStore
Modern UI with Jetpack Compose and Material 3
Smooth networking with Retrofit
Dependency injection via Dagger Hilt
Kotlin Coroutines for async operations
Room – local database
DataStore – preferences storage
Retrofit – API communication
Dagger-Hilt – dependency injection
Material 3 – UI components
Kotlin Coroutines – asynchronous logic
