Skip to content

Jithulesh/inventory-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Dashboard

Project Overview

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

Technologies Used

  • Core PHP
  • HTML5
  • CSS3
  • JavaScript
  • Bootstrap 5
  • REST API Integration

Project Structure

inventory-dashboard

├── assets/

│ ├── css/

│ ├── js/

│ └── images/

├── logs/

├── config.php

├── index.php

├── products.php

└── orders.php


Features

Dashboard Page

  • Total Products
  • Total Orders
  • Total Revenue
  • Low Stock Products
  • Top Selling Product

Products Page

  • Product Listing
  • Product Images
  • Product Price
  • Available Stock Quantity

Orders Page

  • Order Information
  • Order Details
  • Customer Orders

API Integration

The dashboard consumes data from the Laravel backend API.

Example API Endpoints:

  • /api/v1/dashboard/summary
  • /api/v1/products
  • /api/v1/orders

Screenshots

The project includes:

  • Dashboard Page
  • Products Page
  • Orders Page
  • Database Tables

Developer

Jithulesh B

About

Inventory Dashboard built with Core PHP, HTML, CSS, JavaScript and Bootstrap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors