Skip to content

slaviboy/E-commerce-App-UI-Jetpack-Compose

Repository files navigation

E-commerce-App-UI-Jetpack-Compose

E-commerce App written in Kotlin, using Jetpack Compose

Image

Overview

Simple E-commerce app (UI only) using Jetpack Compose. There are animations included for favourite button, quantity and item selection. The design is base on this Flutter implementation.

Demo

Image

To do

  1. Fix ViewModel
  2. Instead of static images create static API in GitHub with JSON response(images url, title, description, price), and the images should be uploaded to GitHub
  3. Add male section
  4. Add more product categories (shoes, t-shirts, pants..)
  5. Add search capabilities