BuyMore Custom Dashboard
Custom WordPress Dashboard Plugin
by Akansha Mujalde · github.com/akansha15-mujalde/buymore-dashboard · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/akansha15-mujalde/buymore-dashboard/archive/refs/heads/main.zipBuyMore Custom Dashboard Plugin
A custom-coded WordPress plugin built to replicate a modern, responsive e-commerce dashboard interface without relying on page builders or heavy third-party layout plugins.
🌟 Features
- Custom Plugin Architecture: Built ground-up using modular PHP, CSS, and Vanilla JS.
- Shortcode Integration: Render the dashboard UI anywhere using
[buymore_dashboard]. - Pixel-Perfect & Responsive: Designed for desktop, tablet, and mobile views using CSS Grid & Flexbox.
- Interactive Elements: Active menu state switching, product heart/favorite toggle, and filter tabs.
📁 File Structure
buymore-dashboard/
├── buymore-dashboard.php # Primary plugin file & shortcode handler
├── style.css # Dashboard layout & responsive styles
└── script.js # Interactive frontend JS logic