I created an E-Commerce Web Application using HTML, CSS, and JavaScript that allows users to explore products, add them to a cart or wishlist, and preserve selections across sessions using browser-based storage. This project highlights my ability to build interactive, stateful web experiences using frontend technologies alone.
Key Features
Product Display & Interaction:
User-friendly interface with clean styling and intuitive product interaction.
Users can browse a variety of items with images, names, and pricing details.
Add/remove items from the Cart or Wishlist with a single click.
Local Storage Integration:
Utilizes JavaScript’s localStorage to persist cart and wishlist data.
Ensures selections remain saved even after page reloads or browser restarts.
Technical Highlights
Data Persistence: Uses
localStorageto manage cart and wishlist states.DOM Manipulation: Handles product rendering, button states, and real-time feedback.
Performance: Lightweight frontend-only architecture ensures quick loading and responsiveness.





