From ac66b65866f74d1b275b43660942eda23c185b6c Mon Sep 17 00:00:00 2001 From: Gaurav Thakur Date: Wed, 15 Jan 2025 14:23:30 +0530 Subject: [PATCH] Add default items to product list More fixes --- README.md | 3 ++ index.html | 83 +++++++++++++++++++++++++++++++++++++++++++++- script.js | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 182 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b92c552..9382b92 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Welcome to the Product Management System, a web application designed to streamli - **View Products:** Users can browse the list of available products. - **Add to Cart:** Users have the option to add products to their shopping cart. +### Default Items: +- The system comes with 10 default items that are always displayed on the site. + ## Live Link: Visit the live website: [Product Management System](https://gauravzz12.github.io/Product-Management-System/) diff --git a/index.html b/index.html index a330227..e10048d 100644 --- a/index.html +++ b/index.html @@ -149,7 +149,88 @@

Product List

Actions - + + + 1 + Product Image + Apple + Rs.100 + Fresh red apples + + + + 2 + Product Image + Banana + Rs.50 + Ripe yellow bananas + + + + 3 + Product Image + Orange + Rs.80 + Juicy oranges +