This project is a clone of Amazon, built using Vite. It replicates core functionalities such as user authentication, Shopping cart, order processing, and payment integration.
- User authentication (sign up, log in, log out)
- Product listing
- Shopping cart functionality
- Order processing
- Payment integration
- Vite: A fast build tool and development server.
- React: For building user interfaces.
- React Hooks: For state management.
- Firebase: For user authentication and backend services.
- Stripe: For payment processing.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/hailemichael1/Amazon-clone.git cd amazon-clone - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:5173.
Once the server is running, you can:
.Create an account or log in. .Browse products and add them to your cart. .Proceed to checkout and complete your order.
Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request.
For questions or feedback, feel free to reach out to me at [hailyemisganew@gmail.com].