Skip to content

Latest commit

 

History

History
75 lines (62 loc) · 2.51 KB

README.md

File metadata and controls

75 lines (62 loc) · 2.51 KB

Android - KopiKu (Coffee Ordering App)

An online food order and delivery app, but it's for coffee and coffee beans. The application was implemented using the MVVM architecture

Features

  • Add a product to the cart
  • Show product details
  • Show the order status
  • Show a list of products using RecycleView
  • Used Firebase database to store a list of coffees and users
  • Register as user
  • Login as user
  • Edit Profile
  • Search for a specific coffee
  • Checkout everything in the cart

Screenshots

Splash Screen Register Screen Login Screen Home Screen
Home Screen 2 Detail Coffe Cart Screen Checkout Screen
Order Screen Profile Screen Search Coffee

Technology

  • IDE - Android Studio
  • Language - Kotlin
  • Database - Firebase

If you find this project useful, feel free to use the code in your own projects.