This project is a simple clone of the Amazon website, created using HTML and CSS. The purpose of this project is to practice and showcase frontend development skills, including layout design, styling, and responsive design.
Check out the live demo of the project: Amazon Clone Demo
- Home page layout similar to Amazon's.
- Product listings with images and prices.
- Header with navigation menu.
- Search bar functionality.
- HTML
- CSS
- Font Awesome Icons
- Google Fonts
Contributions are welcome! If you find any issues or have improvements to suggest, feel free to create a pull request.
- Fork the project.
- Create your feature branch: git checkout -b feature/your-feature
- Commit your changes: git commit -m 'Add your feature'
- Push to the branch: git push origin feature/your-feature
- Open a pull request.