Welcome to the Clothing Website! This is a basic HTML, CSS, and JavaScript project that displays a selection of clothing items and allows users to add items to a shopping cart.
- Display of clothing items with images, names, and prices.
- A functional "Add to Cart" button for each item, allowing users to add items to a shopping cart.
- A shopping cart display that lists all items added, with their names and prices.
- HTML: For the page structure.
- CSS: For styling the page layout and elements.
- JavaScript: For dynamic interactions such as adding items to the cart.
- Clone this repository or download the HTML file.
- Ensure all images (e.g., Mosibudi_logo.png, Ombré_Cardigan.png, jacket.png) are in the same directory as the HTML file.
- Open the HTML file in your web browser to view and interact with the site.
- Browse items: The items are displayed with images, names, and prices.
- Add items to the cart: Click the "Add to Cart" button to add an item to the shopping cart.
- View cart: Scroll down to see the shopping cart section, which updates automatically each time an item is added.
- Total Price Calculation: Display a running total of items in the cart.
- Remove Items from Cart: Allow users to remove individual items from the cart.
- Persist Cart Data: Save cart data using localStorage for persistence between sessions.