Arezoo AmiriAyoubloo-Visual Studio Code

EXPLORER
OPEN EDITORS
PORTFOLIO
.next
node-modules
public
src
.eslintrc.json
.gitignore
next.config.js
package-lock.js
package.json
tailwind.config.ts
tsconfig.json
OUTLINE
TIMELINE
SCRIPTS
case study

product-list

Product list with cart is to build out this product list project that includes a functional cart and get it looking as close to the design as possible..

Industryshop
Year2024
ServicWeb Application

Challenge

build a Product List Card UI using JavaScript, HTML, and CSS. The goal is to create a visually appealing and interactive product display that showcases product details efficiently.

Dynamic Product Display: Render multiple products dynamically.Product Details: Each product should display an image, title, price, and description.Add a hover effect for better UI interaction,Include a Buy Now or Add to Cart button for engagement.
Soultions

Fetching and Displaying Product Data

addToCard(productName productPrice) stores product details in the cart object and updates the product count

The updateCart() function dynamically updates the cart summary

visit website
Technologies
JavaScript
HTML5
CSS3
ReactJS
Git
Github
TailwindCSS
main
Go Live