A simple front-end clone of the Amazon homepage built with HTML, CSS, and vanilla JavaScript.
This project recreates the look and feel of Amazon's landing page with:
- a top navigation bar
- a promotional hero section
- product card sections
- scrolling product rows
- smooth interactions for the hero carousel and navbar behavior
- index.html - main page structure
- style.css - styling and layout
- javascript.js - interactive behavior such as image switching and scrolling
- Assets/ - image and visual assets used by the page
- Assets/Iconss/ - logo and icon assets
- Responsive and visually styled homepage layout
- Custom Amazon-inspired navbar and category panel
- Hero banner with previous/next controls
- Horizontal product carousels
- Sticky navigation effect on scroll
- Open the project folder in your preferred code editor.
- Launch index.html in a browser, or use a live server extension.
- Make sure the referenced image files are present in the project folder.
- HTML
- CSS
- JavaScript
This is a static frontend clone intended for learning and practice, not a full e-commerce platform.

