This project is an E-Commerce web application that allows users to browse products by category, view detailed information for each item, and add products to a shopping cart. Users can modify quantities, remove items, and proceed to a simple and clear checkout process.
The project is built using HTML, CSS, and JavaScript, with product data managed via localStorage or a JSON file.
Key Features:
Responsive and user-friendly interface.
Product listing with categories.
Product detail page with full information.
Interactive shopping cart.
Checkout page with order summary.
Project Goal:
To simulate the online shopping experience and apply core front-end development concepts such as UI design, data handling, and enhancing user interaction.