Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (35 loc) · 1.11 KB

FakeStore

FakeStore provides a store interface: it shows products, has an ability to save favorite products, adding products to the cart, and so on. The project was made for the purpose of learning the Android SDK.

Features

  • Displayng products
  • Filtering products
  • Save product to favorites
  • Add product to cart

  • Single Activity
  • Clean Architecture

Design

Technology stack

API: Fake Store API

  • Kotlin
  • Coroutines
  • Flow
  • Epoxy
  • ViewBinding
  • Retrofit
  • Hilt
  • Android Architecture Components
  • ViewModel
  • Navigation component
  • Moshi
  • Coil