Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balramapply/amazon_clone
A clone of Amazon's e-commerce website built using HTML and CSS.
https://github.com/balramapply/amazon_clone
css font-awesome html
Last synced: about 2 months ago
JSON representation
A clone of Amazon's e-commerce website built using HTML and CSS.
- Host: GitHub
- URL: https://github.com/balramapply/amazon_clone
- Owner: BalramApply
- License: mit
- Created: 2024-07-31T06:34:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T06:37:56.000Z (5 months ago)
- Last Synced: 2024-07-31T07:59:44.099Z (5 months ago)
- Topics: css, font-awesome, html
- Language: HTML
- Homepage: https://amazonclonebalram.netlify.app/
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
## 🌏 Wanderlust
![Wanderlust Logo](./assets/home.png)
---
OverviewA clone of Amazon's e-commerce website built using HTML and CSS.
---
Table of Contents---
- [📑 Features](#-features)
- [🔧 Technologies](#-technologies)
- [⚙️ Installation](#-installation)
- [📸 Screenshots](#-screenshots)
- [🤝 Contributing](#-contributing)
- [📜 License](#-license)
- [📞 Contact](#-contact)---
## 📑 Features
- Responsive design
- Shoping Cards---
## 🔧 Technologies
### Front-end
- **HTML**: displayed in a web browser.
- **Design:** Responsive layout with CSS Flexbox
- **Icons:** Font Awesome---
## ⚙️ Installation
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/Amazon_Clone.git
cd Amazon_Clone
```---
## 📸 Screenshots
![Homepage](./assets/home.png)
*Homepage*![Search Results](./assets/header.png)
*Header*![Listing Details](./assets/cards.png)
*Cards*![Listing Details](./assets/footer.png)
*Footer*---
## 🤝 Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and include relevant tests.
1. Fork the repository
2. Create your feature branch
```bash
git checkout -b feature/YourFeature
```
3. Commit your changes
```bash
git commit -m 'Add YourFeature'
```
4. Push to the branch
```bash
git push origin feature/YourFeature
```
5. Open a pull request---
## 📜 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
---
## 📞 Contact
For any questions or suggestions, please reach out to:
- **Name**: Balram
- **Email**: [email protected]
- **GitHub**: [yourusername](https://github.com/BalramApply)---
# Amazon_Clone