PrimeHub is a fully interactive E-Commerce frontend simulation built using HTML, CSS, and JavaScript.
The project simulates a real-world online shopping experience including product listing, dynamic cart management, checkout flow, and order history tracking.
Key Features:
• Dynamic product rendering
• Add / Remove items from cart
• Quantity increment & decrement
• Real-time total calculation
• Cart persistence using LocalStorage
• Checkout form with validation
• Order history with customer details
• Order status tracking (Processing / Shipped / Completed)
• Dark & Light mode toggle
• Responsive design
This project demonstrates strong frontend logic, state management, and user experience flow without backend integration.