This is a simple, interactive Amazon-style shopping project built using HTML, CSS, and JavaScript.
The project demonstrates basic e-commerce functionality, including adding products to a cart, viewing the cart, and calculating the final payment with delivery charges.
The goal of this project is to simulate a basic online shopping experience similar to Amazon.
Users can browse products, add them to a cart, navigate to the cart page, and view the final total price calculated dynamically using JavaScript.
- Product listing display
- Add items to the cart
- Cart icon navigation (top-right corner)
- View cart items on a separate cart section/page
- Final price calculation
- Delivery charge calculation (if applicable)
- Interactive UI with JavaScript
- No page reloads during interaction
- Clean and responsive layout
- HTML – Page structure
- CSS – Styling and layout
- JavaScript – Interactivity, cart logic, and price calculations
- Open
index.htmlin your browser. - Browse the available products.
- Click Add to Cart to add items.
- Click the cart icon in the top-right corner to view your cart.
- View the final payment amount, including delivery charges.
- Clone the repository:
git clone https://github.com/Rinali-P/Amazon-project.git
This project is for educational purposes. No license is applied.