This is a simple online shopping website that allows users to browse and purchase products from different categories. The website retrieves product data from the Fake Store API and displays it in an interactive interface.
- Browse products by category
- Search for products
- View product details
- Add products to the shopping cart
- Increment or decrement the quantity of items in the cart
- Calculate the total price of items in the cart
- Responsive design for different screen sizes
- HTML5 and CSS3
- JavaScript
- Bootstrap (CSS framework)
- jQuery (JavaScript library)
- Fake Store API (for product data)
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/Amazon-Ecommerce-Project.git
- Navigate to the project directory:
cd Amazon-Ecommerce-Project
- Open the
index.html
file in your web browser.
- Browse the product categories using the dropdown menu.
- Use the search bar to find specific products by title.
- Click on a product to view its details.
- Click the "Add To Cart" button to add a product to the shopping cart.
- Use the "+" and "-" buttons in the cart to increase or decrease the quantity of items.
- The total price of items in the cart will be automatically calculated and displayed.
Contributions to the project are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.