Starting the front-end phase of the project development.
Prior to developing code, the goal is to take ideas from the created Figma prototype and other resources
like DaisyUI Components to create 4 sections of item advertising.
Sections include - Top Sold, Top Rated, Trending Items, Recently Added.
Using DaisyUI, cards were used to display item images, descriptions of each item, badges for item identification.
(In Current Development) Responsive buttons will be added stating "Add to Cart", to allow users to add these items
to there existing cart.
:space_invader: Code Breakdown
1 example of the Recently Added Section for Belvoir Farm - Organic Elderflower Lemonade.
Parent div:
Class names: flex space-x-4.
Purpose: Creates a flex container with horizontal spacing between its child elements.
Child div (Card Container):
Class names: card bg-base-100 w-96 shadow-xl.
Purpose: Acts as a card with a background color, width, and shadow effect.
Item Advertising
:notebook_with_decorative_cover: Table of Contents
:bangbang: Plan of Action
:space_invader: Code Breakdown
1 example of the Recently Added Section for Belvoir Farm - Organic Elderflower Lemonade.
Parent div:
Child div (Card Container):
Class names: card bg-base-100 w-96 shadow-xl. Purpose: Acts as a card with a background color, width, and shadow effect.
Figure:
Card Body div:
Card Title h2:
Badge div (Inside Title):
Description p:
Card Actions div:
Badge div (Inside Actions):
:eyes: Visuals