A playful, fully responsive multi-page e-commerce experience for Lego and board game lovers. The site includes a storefront, product detail, cart, checkout, user profile, and an admin dashboard with analytics and order management.
- Home (
index.html) - Shop (
products.html) - Product detail (
product.html) - Cart (
cart.html) - Checkout (
checkout.html) - Profile (
profile.html) - Sign in (
login.html) - About (
about.html) - Admin (
admin.html) - Order success (
order-success.html)
python -m http.server 8000Then open http://localhost:8000 in your browser.