Davur v2.0.1 - Restaurant Management Dashboard + 2 Frontend Templates preview 1

Davur v2.0.1 - Restaurant Management Dashboard + 2 Frontend Templates

bookmark

Davur is a restaurant management dashboard + dual frontend template built on Bootstrap 5. It includes a complete set of admin dashboard pages (charts, tables, forms, email, e-commerce, etc.) and two customer-facing frontend display pages...

HTML

Project Overview

Davur is a restaurant management dashboard + dual frontend template built on Bootstrap 5. It includes a complete set of admin dashboard pages (charts, tables, forms, email, e-commerce, etc.) and two customer-facing frontend display pages, suitable for restaurant businesses to quickly build a digital management system and official website.

Tech Stack

  • Bootstrap 5 (CDN)
  • jQuery (handling interactions, navigation, scrolling, etc.)
  • Chartist / Chart.js / Flot / Morris / Peity / Sparkline (various charts)
  • Perfect Scrollbar (custom scrollbar)
  • jsTree (tree directory)
  • Swiper (frontend carousel)
  • LineIcons / FontAwesome (icons)
  • Google Fonts (Poppins, Lobster)

Project Structure

text
davur-201/Davur-v2.0.1-21_February_2025/
├── dashboard/
│   └── xhtml/              # Admin dashboard entry
│       ├── index.html
│       ├── chart-*.html    # Various chart pages
│       ├── table-*.html    # Table pages
│       ├── form-*.html     # Form pages
│       ├── ecom-*.html     # E-commerce module
│       ├── email-*.html    # Email module
│       └── ...
├── websitetemplate/
│   ├── xhtml/              # Frontend template entry
│   │   └── index.html
│   └── documentation/
│       └── index.html
└── documentation/
    └── index.html          # Theme documentation

Core File Description

  • dashboard/xhtml/index.html — Admin homepage, includes sidebar, chat, statistics cards, and other components
  • websitetemplate/xhtml/index.html — Restaurant website frontend homepage, includes carousel banner, product display, blog
  • dashboard/xhtml/ecom-product-*.html — E-commerce product list/grid/details/orders pages
  • dashboard/xhtml/table-datatable-basic.html — DataTable advanced table example
  • dashboard/xhtml/chart-chartjs.html — Chart.js integration page
  • documentation/index.html — Official theme documentation (sidebar navigation + anchor links)

Quick Start

Both the admin and frontend are pure static pages. Simply open the corresponding index.html in a browser to preview:

bash
# Open admin dashboard
open davur-201/Davur-v2.0.1-21_February_2025/dashboard/xhtml/index.html

# Open frontend
open davur-201/Davur-v2.0.1-21_February_2025/websitetemplate/xhtml/index.html

Usage Suggestions

This template consists of complete static pages, suitable for direct transformation into an SPA or integration with backend APIs. For production use, it is recommended to localize and minify CSS/JS resources, replace the logo and color scheme before deployment. The admin section already includes complete pages for login, registration, lock screen, etc., ready for authentication API integration.

help_outline

FAQ