Skip to content

aeldrift/amazonclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πŸ›’ Amazon Clone

A simple Amazon Clone built using only HTML and CSS. This project replicates the look and feel of the Amazon website with a responsive design and user-friendly layout.

πŸš€ Features

Home Page: Amazon-style landing page with product sections

Product Layout: Organized product cards with images and pricing

Header & Footer: Fully styled navigation bar and footer like Amazon

Clean UI: Focus on structure and styling without JavaScript

πŸ’» Tech Stack

HTML5 for structure

CSS3 for styling and responsiveness

πŸ“‚ Project Structure

amazon_clone/
β”œβ”€β”€ index.html               # Main homepage file
β”œβ”€β”€ style.css                # Main CSS stylesheet
β”œβ”€β”€ /assets                  # Static files (images, icons, etc.)
β”‚   β”œβ”€β”€ /images              # Product & banner images
β”‚   └── /icons               # Navigation & footer icons
β”œβ”€β”€ /css                     # Additional CSS (if needed)
β”‚   └── reset.css            # CSS reset or global styles
β”œβ”€β”€ /pages                   # Other HTML pages (optional)
β”‚   β”œβ”€β”€ product.html         # Product details page (if created)
β”‚   └── cart.html            # Cart page (if created)
β”œβ”€β”€ /docs                    # Documentation (if any)
β”‚   └── wireframe.png         # Project wireframes or diagrams
└── README.md                # Project documentation

🧠 Challenges Faced

  1. Structuring HTML and CSS for a complex layout
  2. Managing multiple product sections without frameworks
  3. Maintaining consistent styling across all sections

Acknowledgments

Inspired by Amazon for design reference
Icons from Font Awesome
Images from Amazon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors