This is a demo of an e-commerce website showcasing various features and functionality typically found in an online shop. The purpose of this project is to provide a visual representation of an e-commerce platform and to demonstrate the implementation of key features.
-
Product Catalog: Browse through a wide range of products with details such as name, description, price, and discount.
-
Product Search: Search for specific products using keywords or filters to quickly find what you're looking for.
-
Shopping Cart: Add products to your cart, update quantities, and proceed to checkout.
To run this project locally, follow these steps:
-
Clone the repository: git clone https://github.com/harrybhai123/eshop.git
-
Navigate to the project directory: cd eshop
-
Install the dependencies: npm install
-
Start the development server: npm start
-
Open your browser and visit
http://localhost:3000
to access the E-Shop demo.
- Explore the various sections of the website, including the product page, shopping cart, Men, Women and Kid's pages.
- Add products to your cart, proceed to checkout, and simulate the payment process.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please submit a pull request.