Skip to content

chandan-1427/Amazon_ecom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 Commits
 
 
 
 
 
 

Repository files navigation

Amazon E-commerce Clone

This project is a front-end clone of the Amazon e-commerce website. It is designed for educational purposes and demonstrates various web development concepts, including HTML, CSS, and JavaScript. The project simulates core Amazon features such as product listings, shopping cart, checkout, and order tracking.

Project Structure

Amazon_ecom/
├── 3-links.md
├── README.md
├── Amazon_Website/
│   ├── scripts/           # JavaScript files for different features
│   ├── src/              # HTML pages, backend data, images, and styles
│   │   ├── backend/      # JSON data for products
│   │   ├── data/         # JS modules for cart, products, orders, etc.
│   │   ├── images/       # Images and icons used in the site
│   │   ├── scripts/      # Main JS scripts for site functionality
│   │   ├── styles/       # CSS files for styling
│   │   ├── tests/        # Test files and test data
│   │   ├── amazon.html   # Main Amazon homepage
│   │   ├── checkout.html # Checkout page
│   │   ├── orders.html   # Orders page
│   │   └── tracking.html # Order tracking page
│   └── ...
└── styles/               # Additional CSS files

Features

  • Product listing and details
  • Shopping cart functionality
  • Checkout process
  • Order history and tracking
  • Responsive design

How to Run

  1. Clone or download this repository.
  2. Open Amazon_Website/src/amazon.html in your web browser to view the homepage.
  3. Navigate to other pages (checkout, orders, tracking) via the site navigation.

Scripts and Data

  • JavaScript files are located in Amazon_Website/scripts/ and Amazon_Website/src/scripts/.
  • Product and order data are in Amazon_Website/src/backend/ and Amazon_Website/src/data/.

Images and Icons

All images and icons used in the project are located in Amazon_Website/src/images/.

License

This project is for educational purposes only and is not affiliated with Amazon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 87.2%
  • CSS 9.5%
  • HTML 3.3%