Loading repository data…
Loading repository data…
ARUNKUMART9968 / repository
Amazon Clone – A responsive frontend replica of Amazon using HTML, CSS (BEM), and JavaScript. Features include a two-tier navbar with search, auto-sliding carousel, responsive product grids, horizontally scrollable deals, and detailed product pages. Includes mobile-friendly sign-in/sign-up UI, ensuring cross-browser compatibility, opt performance
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A responsive Amazon clone website built with HTML, CSS, and JavaScript that replicates key features of Amazon's user interface.
This project is a frontend implementation of Amazon's e-commerce platform, featuring:
Navigation Bar
Home Page
Product Page
Authentication
amazon-clone/
│
├── assets/
│ ├── amazon_logo.png
│ ├── amazon_logo_dark.png
│ ├── cart_icon.png
│ └── [other images...]
│
├── index.html
├── product.html
├── signin.html
├── signup.html
├── cart.html
├── style.css
├── product.css
├── signin.css
└── script.js
git clone https://github.com/yourusername/amazon-clone.git
cd amazon-clone
index.html in your preferred browser or use a local server:# Using Python
python -m http.server 8000
# Using Node.js
npx serve
The website is fully responsive and optimizes for:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is for educational purposes only. Amazon's brand name, logo, and images are properties of Amazon.com, Inc.
Project Link: https://amazon-clone-arun.netlify.app/