Skip to content

Rinali-P/Amazon-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Project 🛒

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.


📌 Project Overview

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.


🚀 Features

  • 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

🛠️ Technologies Used

  • HTML – Page structure
  • CSS – Styling and layout
  • JavaScript – Interactivity, cart logic, and price calculations

▶️ How to Use

  1. Open index.html in your browser.
  2. Browse the available products.
  3. Click Add to Cart to add items.
  4. Click the cart icon in the top-right corner to view your cart.
  5. View the final payment amount, including delivery charges.

▶️ How to Run the Project

  1. Clone the repository:
    git clone https://github.com/Rinali-P/Amazon-project.git
    

License

This project is for educational purposes. No license is applied.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.9%
  • CSS 32.4%
  • HTML 26.7%