Home page

Untitled

<aside> πŸ’‘ This is the home page of the website, at the left is the products area.

</aside>

Products

Category and search filters

Untitled

<aside> πŸ’‘ You can choose either category you want to display, search by name or just display all of products default

</aside>

Products List

Untitled

<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>

Cart

Cart Component

Untitled

<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>

Cart list

Untitled

<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>

Cart content : Products