Inventory Dashboard is a frontend web application developed using Core PHP, HTML, CSS, JavaScript, and Bootstrap.
The application allows users to:
- View inventory products
- Monitor stock availability
- View orders
- Display dashboard statistics
- Interact with data provided by the Laravel Inventory API
- Core PHP
- HTML5
- CSS3
- JavaScript
- Bootstrap 5
- REST API Integration
inventory-dashboard
├── assets/
│ ├── css/
│ ├── js/
│ └── images/
├── logs/
├── config.php
├── index.php
├── products.php
└── orders.php
- Total Products
- Total Orders
- Total Revenue
- Low Stock Products
- Top Selling Product
- Product Listing
- Product Images
- Product Price
- Available Stock Quantity
- Order Information
- Order Details
- Customer Orders
The dashboard consumes data from the Laravel backend API.
Example API Endpoints:
- /api/v1/dashboard/summary
- /api/v1/products
- /api/v1/orders
The project includes:
- Dashboard Page
- Products Page
- Orders Page
- Database Tables
Jithulesh B