A modern, client-side grocery store app with a product catalog, shopping cart, wishlist, and order history. Built with HTML, CSS, and JavaScript.
- Browse a catalog of grocery items with categories, search, and sorting
- Add/remove items from the shopping cart with quantity controls
- View cart total, VAT, shipping, and apply discount codes
- Wishlist: save items for later and move between cart and wishlist
- Product quick view modal with ratings and reviews
- Order history with detailed breakdown and one-click reorder
- Persistent cart, wishlist, and preferences (localStorage)
- Responsive, compact, and centered layout
- Professional, neutral color palette (greens/browns) and Inter font
- Smart notifications for actions and errors
Open index.html in your browser to use the app.
index.html— Main HTML filestyle.css— Modern, neutral stylingsrc/app.js— App logic and features
All logic is client-side only.