Skip to content

shivansh1609/Basic-WebDevelopment_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic-WebDevelopment_projects

This is a minimal e-commerce shopping cart web application built with HTML, CSS, and JavaScript. It allows users to:

View products

Add products to a cart

See cart total

Checkout

The project runs entirely in the browser without any backend.

🎯 Features Product Listing: Displays available products dynamically.

Add to Cart: Click a button to add items to the cart.

Cart Management: View all items in the cart with their prices.

Total Calculation: Automatically updates the total price.

Checkout Simulation: Simple checkout button (non-functional for payment, but can be extended).

Dark Theme UI: Clean and modern dark-themed interface.

🛠 Tech Stack HTML5 – Structure of the app.

CSS3 – Styling and layout (Dark theme).

JavaScript (ES6) – Handles interactivity and cart logic.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors