REPOSITORY OVERVIEWLive repository statistics
β
0Stars
β 0Forks
β― 0Open issues
β 0Watchers
49/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
72 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview

π What's Cloned
π οΈ Tech Stack
| Technology | Role |
|---|
| HTML5 | Page structure, semantic markup |
| CSS3 | Flexbox layout, styling, hover effects |
Zero dependencies β no JavaScript, no frameworks, no build step. Just open index.html.
π‘ Key CSS Concepts Practiced
- Flexbox β navbar, product grid, and footer layout
- Box model β padding, margins, borders across all sections
- Hover effects β button and link interactions
- CSS variables β consistent Amazon colour palette (
#FF9900, #131921)
- Responsive design β fluid widths and wrapping grids
π Project Structure
Amazon-clone/
βββ index.html # Full homepage structure
βββ style.css # All styles β navbar, banner, grid, footer
βββ images/ # Product & category images, logo assets
π Running Locally
# Clone the repo
git clone https://github.com/Tanyaagarg/Amazon-clone.git
cd Amazon-clone
# Open directly in browser β nothing to install
open index.html
π€ Contributing
- Fork the repository
- Create your feature branch:
git checkout -b feature/add-cart-page
- Commit:
git commit -m 'Add cart page'
- Push:
git push origin feature/add-cart-page
- Open a Pull Request
β οΈ Disclaimer
This project is built purely for educational purposes to practice HTML & CSS layout skills. It is not affiliated with, endorsed by, or connected to Amazon in any way. All Amazon branding belongs to Amazon.com, Inc.
Built with π HTML Β· CSS β for learning & practice
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository descriptionβnot editorial ratings.
π UTKala β Advanced Programming final project: A full Amazon/Digikala-style e-commerce simulator. Phase 1: Feature-rich terminal app with users, cart, ratings, comments & discounts. Phase 2: Web frontend with HTML/CSS, responsive design, and user auth. Built for UT-CE Fall 2022 β from CLI to GUI, all in pure educational code.
36/100 healthActive repository
C++No license
β 0 forksβ― 0 issuesUpdated Oct 19, 2025
πAmazon landing page clone using HTML, CSS, and JavaScript. Responsive design with header, product cards, and interactive UI. Clean layout and user-focused interface.
43/100 healthActive repository
HTMLNo license
β 0 forksβ― 0 issuesUpdated Feb 9, 2026
π Amazon Clone A fully responsive Amazon clone built using HTML and CSS, showcasing a visually accurate and functional e-commerce layout. This project highlights the use of modern CSS techniques to create an engaging and user-friendly interface that mimics the look and feel of the Amazon website