A clean, responsive, and modern website built for a fictional footwear store. Includes a product gallery, wishlist (like) and a client-side cart with a popup.
- Product gallery and featured collections
- Responsive layout (works on mobile and desktop)
- Client-side cart with localStorage persistence
- Wishlist (like) with localStorage persistence
- Fast-loading with optimized assets
- HTML5
- CSS3
- JavaScript (vanilla, no frameworks)
git clone https://github.com/your-username/footwear-store-site.git
cd footwear-store-siteSimply open index.html in your preferred browser:
start index.html # Windows
open index.html # macOS
xdg-open index.html # Linux- Click the cart icon on any product to add it to the cart. The
Cartbadge shows item count. - Click the heart icon to like/unlike a product. The state persists across refresh via localStorage.
- Click the
Cartbutton in the top navigation to open the cart popup. From there:- Review items, quantities and totals summary.
- Click
Clearto empty the cart. - Click
Checkout(demo action) to proceed in your flow (wire up as needed).
- Update product details (names, prices) via
data-attributes on product cards inindex.html. - Adjust styles in
Style.css. - Extend cart/wishlist behavior in
app.js(e.g., add quantity controls, real checkout, etc.).
You can deploy this responsive site easily using:
- Cart and wishlist data are stored in
localStorageunder keysfwc_cartandfwc_wishlist. - This is a front-end demo; no backend or payment processing is included.
Design and development by Deepayan. Icons and photos are used for demo purposes only.