This is a basic e-commerce website showcasing front-end development skills using HTML, CSS, and JavaScript. Fake Store API has been used to provide product data dynamically.
- Product Listings: Displays a collection of products with images, descriptions, and prices fetched from the Fake Store API.
- Cart Functionality: Users can add or remove items to/from the shopping cart.
- Responsive Design: Mobile-friendly layout using CSS.
- Interactive UI: Dynamic product updates using JavaScript for cart.
- API Integration: Product data is fetched from the Fake Store API.
- No Backend: This project is purely front-end, with no database or server-side code.
- HTML: Structure of the web pages.
- CSS: Styling and layout of the website.
- JavaScript: Core interactivity and cart functionality.
- Fake Store API: Provides product data such as titles, images, prices, and descriptions.
- View Products: Navigate through the product listings on the home page.
- Add to Cart: Click on the "Add to Cart" button to add items to your cart.
- View Cart: Click on the cart icon to see the items you've added, along with the total price.
If you'd like to contribute or suggest improvements, feel free to open an issue or submit a pull request.
You can access the deployed website here.