DimasAdiPtama/KKP_Queue_IOS — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an iOS app for KKP Queue using the existing project setup. I want a simple queue ticket experience where a visitor can open the app, see the current queue status, take a queue number, and then see their number clearly with their position in line.

Also add a basic staff view so someone at the counter can call the next number, reset the queue, and see which numbers are waiting. If there’s no backend yet, just store the queue locally so the app works as a demo from start to finish.

Keep the design clean and easy to understand, with big numbers, clear buttons, and a simple home screen. Use the iOS app entry point that’s already here, and keep shared logic in the shared part if that makes sense. Make sure it builds and runs in Xcode. Look up current Kotlin Multiplatform or SwiftUI docs online if you need to.

Want more depth? Deep Reverse