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.