This is my Week 4 Final Project for the HamiSkills Web Development Internship.
Itβs a responsive mini shopping web app for fruits and vegetables, built with HTML, CSS, and JavaScript.
- π₯ Product listing page showing fruits and vegetables with name, price, and image
- π Add to cart, update quantity, and remove item options
- πΎ Cart data saved in localStorage (restores after refresh)
- π° Checkout page showing subtotal, tax, discount, and total
- π± Fully responsive (mobile and desktop)
- π¨ Consistent branding, neat spacing, and readable typography
- HTML5
- CSS3 (Flexbox / Grid / Media Queries)
- Vanilla JavaScript (Modular files)
- LocalStorage for cart persistence
- (Optional) JSON data file: data/products.json
HamiMiniMarket/ β βββ index.html βββstyle.css βββ js/ β βββ product.js β βββ cart.js β βββ storage.js βββ data/ β βββ products.json βββ images/ βββ README.md
[https://week-four-d58669.netlify.app]
