Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

## 🌏 Wanderlust

![Wanderlust Logo](./assets/home.png)

---



Overview


A 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