Project Overview
Ekka is a multi-vendor e-commerce HTML template that includes complete frontend store pages and backend admin interface, suitable for quickly building B2C or multi-merchant e-commerce platforms. The template is built on Bootstrap and provides three sections: Landing page, store frontend, and admin dashboard.
Tech Stack
- Bootstrap 5
- Static HTML
- Google Fonts (Poppins, Montserrat, Roboto)
- Material Design Icons
- Font Awesome
Project Structure
ekkahtml-37/Template/
├── index.html # Landing page
├── ekka-admin/ # Admin dashboard template
│ ├── index.html # Admin dashboard homepage
│ ├── sign-in.html # Login page
│ ├── sign-up.html # Registration page
│ ├── product-*.html # Product-related pages
│ ├── order-*.html # Order-related pages
│ ├── user-*.html # User-related pages
│ ├── vendor-*.html # Vendor-related pages
│ └── assets/ # Styles and scripts
├── ekka-html/ # Store frontend template
│ ├── index.html # Store homepage
│ ├── cart.html # Shopping cart
│ ├── checkout.html # Checkout page
│ ├── catalog-*.html # Catalog pages
│ └── ... # Other e-commerce pages
└── landing-assets/ # Landing page static assets
Key Files
index.html— Template landing page showcasing all demo entriesekka-admin/index.html— Admin dashboard with sidebar navigation and core data overviewekka-admin/sign-in.html— Admin login page with form validation and remember password functionalityekka-html/index.html— Store frontend homepage with header navigation, product categories, and promotional bannersekka-html/cart.html— Shopping cart pageekka-html/checkout.html— Checkout flow page
Quick Start
Pure static project, no build tools required:
- Open
Template/index.htmldirectly in a browser to view the landing page - Navigate to
ekka-admin/sign-in.htmlto preview the admin login interface - Navigate to
ekka-html/index.htmlto view the store frontend
Usage Notes
All pages are pure HTML/CSS/JS and can run directly in a browser. For dynamic functionality (e.g., user login, product management), you need to integrate with a backend API. This template is suitable as a frontend prototype foundation for e-commerce platforms or management systems.
