Introduction

  • This is a simple application developed for an e-store that sells shoes & etc.
  • There are few main interfaces in the application, i.e. Splash screen, home page, individual product page & cart.
  • All the producsts are being loaded through the given API and are being displayed on the home page in a tile view. From there, the user can add any item to the cart. In the cart user is shown the total amount of the iteams added.
  • The cart icon is being updated in real-time to show the item count in the cart.
  • Also, the user can remove items from the cart if needed.

Snapshots

splash_Screen home_screen product_screen sizeSelectButton item_update cart_screen item_delete no_item_card

GitHub

View Github