Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.29 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.29 KB

WineShop

An app that displays the different types of Non-Alcoholic CockTails, Alcoholic CockTails, Wines and their details. It uses Room database to save users Login details.

Features

  • Splashscreen.

  • # with users data saved in Room database.

  • Login and user verification with Room database.

  • Home Screen with list of Non-Alcoholic wines.

  • Detail Sreen that displays the details of each selected wine.

##Screenshots

SplashScreen

LogInScreen

#Screen

HomeScreen

DetailScreen

Libraries Used

  • Retrofit
  • ViewModel
  • LiveData
  • Moshi
  • Coroutines
  • Navigation Components
  • Coil
  • MVVM
  • Room Database