A responsive e-commerce website built using HTML, CSS, Bootstrap, and JavaScript.
This project focuses on frontend UI development and simulates a real-world shopping experience.
🔗 Live Demo: https://shopmate.rf.gd/
- Responsive homepage with banners and product categories
- Product listing and product detail pages
- Cart page with pre-added sample items (UI simulation)
- Checkout and contact forms with client-side validation
- Clean and reusable component-based structure
- Built multi-page website using pure HTML/CSS/Bootstrap
- Implemented responsive design for different screen sizes
- Practiced DOM manipulation and form validation using JavaScript
- Structured project for scalability and readability
This is a frontend-only project.
Cart functionality and product data are static (mocked for UI demonstration purposes).
- HTML5
- CSS3
- Bootstrap
- JavaScript (basic DOM + validation)