musmanshamsi/Online-Question-Bank — reverse-engineered prompt
Reverse engineered prompt
Build me a modern Android quiz app called Online Question Bank. I want it to feel clean and simple, with a home screen where the user can start a quiz, a quiz screen with multiple choice questions, a results screen that shows their score clearly, and a history screen where they can see past attempts.
The app should fetch questions from a remote API, but also save quiz results on the phone so users can review scores later. Please include reminders or notifications that encourage the user to come back and take a quiz. Use Kotlin and Jetpack Compose, with a modern Material style. Keep the app organized so the screens, data handling, saved results, and background reminder logic are easy to follow.
If the API endpoint needs to be a placeholder for now, make it obvious where I should change it later. Please make the project runnable in Android Studio and look up current Android docs online if needed.
Want more depth? Deep Reverse