Welcome to the Amazon Clone! This project is a fully functional e-commerce website inspired by Amazon, built using modern web technologies. It features product listings, user authentication, cart management, and order processing.
Deployed Link: https://optimistic-shockley-06ae03.netlify.app/
- User Authentication – Sign up, log in, and manage accounts.
- Product Listings – Browse products with images, descriptions, and prices.
- Shopping Cart – Add and remove items from the cart.
- Order Processing – Checkout process with payment integration.
- Responsive Design – Optimized for different screen sizes.
- Search Functionality – Quickly find products using search filters.
- Dark Mode – Light/dark theme toggle for better user experience.
- React.js – The core framework for building the UI.
- Firebase – Backend services for authentication and database.
- Tailwind CSS – Modern styling framework.
- JavaScript – Adding interactivity and logic.
Follow these steps to set up the project locally:
# Clone this repository
git clone https://github.com/arjad/Amazon-Clone.git
# Navigate to the project directory
cd Amazon-Clone
# Install dependencies
npm install
# Start the development server
npm run serve
Contributions are welcome! Follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
Enjoy building your Amazon Clone with Vue.js! 🛒🚀