Skip to content

abeyakilesh/Mini-Ecommerce-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini E-Commerce Website

A fully responsive, frontend e-commerce application built with vanilla JavaScript. This project demonstrates DOM manipulation, state management for the shopping cart, and dynamic product rendering.

Image

image image image

Features

  • Dynamic Product Listing: Products are rendered dynamically using JavaScript loops and objects.
  • Shopping Cart Logic: Users can add items, remove items, and view their selected products.
  • Real-time Calculations: The total price updates automatically as items are modified in the cart.
  • Responsive Design: Optimized for mobile, tablet, and desktop views using modern CSS.
  • Interactive UI: Smooth transitions and hover effects for a polished user experience.

Tech Stack

  • Frontend: HTML5, CSS3
  • Logic: Vanilla JavaScript (ES6+)
  • Version Control: Git & GitHub

Project Structure

/Ecommerce-website
├── index.html       # Main structure
├── style.css        # Styling and responsive media queries
└── script.js        # Cart logic and DOM manipulation

Author

Abey Akilesh M

About

Vanilla JavaScript-based E-Commerce platform featuring dynamic product rendering and cart management. Implements structured state handling, DOM manipulation, and event-driven user interactions. Demonstrates modular frontend architecture without reliance on external libraries. Built to replicate real-world shopping experiences with responsive and in

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors