responsive amazone Clone Website* built using React.js and Tailwind CSS.
This project provides a simple shopping experience where users can browse products, view product details, add products to the cart, change product quantities, and remove products from the cart.
- 🏠 Responsive home page
- 🛍️ Display products
- ❌ Remove products from cart
- 💰 Calculate cart total
- 📱 Fully responsive design
- 🎨 Modern UI using Tailwind CSS
- ⚡ Fast and interactive React interface
- React.js
- JavaScript
- Tailwind CSS
- Redux
- HTML5
- CSS3
- Vite
- Git
- GitHub
myshops/
│
├── public/
│ └── ...
│
├── src/
│ │
│ ├── components/
│ │ │ ├── img/
│ │ │ └── ...
│ │ ├── Banner.jsx
│ │ ├── CheckoutProduct.jsx
│ │ ├── Footer.jsx
│ │ ├── Navbar.jsx
│ │ └── ProductCard.jsx
│ │
│ ├── redux/
│ │ └── slices/
│ │ └── cartSlices
│ │
│ ├── pages
│ │ ├── Ceckout.js
│ │ ├── Home.js
│ │ └── SignUp.js
│ │
│ ├── App.js
│ ├── index.js
│ └── index.css
│
│
├── .gitignore
├── package.json
├── README.md
└── ...
- Clone the Repository
git clone https://github.com/sachinwebdev369/amazoneclone.git- Navigate to the Project
cd amazoneclone- Install Dependencies
npm install- Start the Development Server
npm run start