A mobile pizza ordering app built with Kotlin + Jetpack Compose. Users can browse pizzas, view details, add items to a cart, and move through a simple checkout flow.
- Menu screen with pizza cards
- Pizza detail screen
- Add/remove items to cart
- Quantity updates
- Checkout flow UI
- Kotlin
- Jetpack Compose
- (Optional) MVVM-style state + ViewModel
app/src/main/java/...→ UI + ViewModelsapp/src/main/res/→ images, icons, themes
| Main Screen | Options |
|---|---|
![]() |
![]() |
| Cart | Confirmation |
|---|---|
![]() |
![]() |



