Nawas Shopping is a polished, responsive static e-commerce website showcasing a modern fashion storefront built with HTML, CSS, and JavaScript.
This project demonstrates a clean online shopping experience with product showcases, responsive layouts, and a client-side cart system. It uses Bootstrap for responsive structure, Font Awesome for icons, and custom styling to create a modern storefront.
- Responsive design for desktop, tablet, and mobile screens
- Hero banner and new arrivals section
- Featured product grid with pricing and ratings
- Client-side shopping cart functionality using
localStorage - Interactive add-to-cart buttons and quantity controls
- Sticky navbar with hide/show behavior on scroll
- Multiple static pages: Home, Shop, Blog, About, Contact, Account, Cart, Product details
index.html- Homepageshop.html- Shop/product listing pagecart.html- Cart page with product quantity controlsaccount.html- User account pageblog.html- Blog listing pageabout.html- About pagecontact.html- Contact pagesproduct.html- Single product detail page
- HTML5
- CSS3
- JavaScript
- Bootstrap 4 (CDN)
- Font Awesome (CDN)
- Clone or download the repository.
- Open
index.htmlin a web browser. - Browse the site, add products to the cart, and view the cart page.
index.html- Main landing pageshop.html- Product shop pagecart.html- Shopping cart pagestyle.css- Primary stylesheetresponsive.css- Responsive layout overridesscript.js- Client-side page behavior and cart logicimg/- Image assets used across the site
- The cart uses browser
localStorageto preserve items between page refreshes. - The project is a static front-end demo and does not include server-side checkout.
nahor



