Welcome to Arrack Shop β a responsive web app for an online Arrack store!
This project demonstrates full CRUD operations, including adding to cart, updating quantities, and deleting items, all with a modern, attractive UI built with Bootstrap 5.
- β Browse Arrack products with images and prices
- β Add items to cart with quantity management
- β Delete individual items or clear the entire cart
- β Responsive design β works perfectly on desktop and mobile
- β Cart summary with total, discount, and final price
- β Built with HTML, CSS, JavaScript, and Bootstrap
- β Persistent cart using localStorage
- Add to Cart: Click the Add to Cart button on a product.
- Update Quantity: Cart items automatically update when adding duplicates.
- Delete Item: Click the trash icon in the cart.
- Clear Cart: Click the Clear Cart button to empty everything.
- HTML5 & CSS3 β for structure and styling
- JavaScript β for dynamic cart functionality
- Bootstrap 5 β for responsive, mobile-friendly UI
- LocalStorage β for persisting cart items