Status: Under Construction 🚧
Welcome to the Ecommerce Site repository, an Amazon clone built using modern web development technologies. This project aims to recreate the core functionalities of Amazon, including a product listing, shopping cart, checkout system, and more.
You can check out the live version of the site here: Ecommerce Site - Amazon Clone
This project is an ecommerce platform designed to mimic the look and feel of the popular ecommerce site, Amazon. The clone is under active development, and new features will be added regularly.
- Product Listing: Browse and search for various products across different categories.
- Product Details: Detailed page for each product, including images, descriptions, and pricing.
- Shopping Cart: Add products to a shopping cart and manage your selections.
- Checkout Process: A simple and intuitive checkout flow with payment integration.
- User Authentication: User sign-in/sign-up and profile management.
- Order Management: Track orders and view purchase history.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/pratyush0898/ecommerce-store.git cd ecommerce-site
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173/
.
Contributions are welcome! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.
This project is licensed under the Apache 2.0 License. See the LICENSE file for details.
This project is inspired by Amazon and is created for educational purposes to demonstrate web development skills.