<aside> π‘ This is the home page of the website, at the left is the products area.
</aside>
<aside>
π‘ You can choose either category you want to display, search by name or just display all of products default
</aside>
<aside>
π This is the products list, each one of them is a product in the database, with itβs own price
, name
, ID
and image
.
</aside>
<aside>
π‘ To add a product, hover the price and click on the + button
.
</aside>
<aside> π The cart component is on the right section of the screen, you can use it to manage carts data and checkout for the customer.
</aside>
<aside>
π‘ The cart support multiple carts, each cart has itβs own ID
, created date
and list of products
.
</aside>
<aside>
π The + button
creates a new empty cart.
The - button
deletes the last cart in the carts list.
</aside>