Modern and responsive admin dashboard for managing Vyrlo platform.
- 🔐 Secure Authentication
- 📊 Interactive Dashboard
- 👥 User Management
- 📝 Category Management
- 💰 Pricing Plans
- 📱 Responsive Design
vyrlo-admin/
├── css/
│ ├── components/ # Component-specific styles
│ ├── pages/ # Page-specific styles
│ ├── base.css # Base styles
│ ├── main.css # Main stylesheet
│ └── variables.css # CSS variables
├── js/
│ ├── components/ # Reusable components
│ ├── pages/ # Page-specific scripts
│ └── services/ # Core services (auth, api, etc.)
├── pages/ # HTML pages
└── assets/ # Images, fonts, etc.
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Build for production:
npm run build
- HTML5/CSS3
- JavaScript (ES6+)
- Chart.js for analytics
- SweetAlert2 for notifications
- FontAwesome for icons
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request