A simple app with a search bar and a list of names. As you type, it filters the list by basic name-matching logic. Designed to work with an API without heavy token usage, and includes a small delay to avoid too many requests while you type.
- on macOS/Linux
./gradlew :composeApp:assembleDebug
- on Windows
.\gradlew.bat :composeApp:assembleDebug
- on macOS/Linux
./gradlew :composeApp:run
- on Windows
.\gradlew.bat :composeApp:run