Skip to content

kule-code/admin-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Dashboard

A modern PHP admin dashboard with charts, analytics, and user management.

Features

  • Dashboard Overview - Key metrics and statistics
  • Interactive Charts - Line, bar, and pie charts
  • User Management - CRUD operations for users
  • Data Tables - Sortable and searchable tables
  • Responsive Design - Mobile-friendly layout
  • Authentication - Secure login system
  • Role-based Access - Admin and user roles
  • Settings Panel - Configurable settings

Tech Stack

PHP MySQL Bootstrap Chart.js

Requirements

  • PHP 7.4 or higher
  • MySQL 5.7 or higher
  • Web server (Apache/Nginx)

Installation

  1. Clone the repository
git clone https://github.com/kule-code/admin-dashboard.git
cd admin-dashboard
  1. Import database
mysql -u root -p < database/admin_dashboard.sql
  1. Configure config/database.php

  2. Start server

php -S localhost:8000
  1. Login credentials:

Project Structure

admin-dashboard/
├── config/
│   └── database.php
├── database/
│   └── admin_dashboard.sql
├── includes/
│   ├── header.php
│   ├── sidebar.php
│   └── footer.php
├── pages/
│   ├── users.php
│   ├── analytics.php
│   └── settings.php
├── assets/
│   ├── css/
│   │   └── style.css
│   └── js/
│       └── dashboard.js
├── index.php
├── login.php
└── README.md

Screenshots

Coming soon...

License

MIT License

Author

kule-code

About

Modern PHP admin dashboard with charts, analytics, and user management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages