Build an e-commerce store (something like Amazon or Flipkart) where user lands on the home page and sees different products and categories to choose from.
- A user can see products on home screen as “cards” with the following details:
- Product Name
- Product image
- Add to Cart Button
- Clicking on the product card anywhere (other than buttons) opens the details view page of the product.
- The details view page of the products contains the following details:
- Product Image
- Product Name
- Product Description
- Add to Cart Button
- A user can add a product to cart in 2 ways:
- From the “Add to Cart” button in the details view page
- From the “Add to Cart” button in the product cards on home screen
- The cart can be accessed from the Cart icon on home screen
- The cart opens up as a page and shows all the products which have been added with following details:
- Product Name
- Product Image
- Remove Button - clicking on this would remove the item from the cart.