Loading repository data…
Loading repository data…
BenkacemIbrahim / repository
A modern, fully responsive e-commerce admin dashboard built with semantic HTML5, Vanilla JavaScript, and Tailwind CSS. Features a premium UI, native dark mode, interactive charts, and comprehensive management pages.
A professional, responsive admin dashboard template built with HTML5, Vanilla JavaScript, and Tailwind CSS. Designed for e-commerce applications, it features a clean interface, dark mode support, and interactive components.
/
├── assets/
│ ├── css/ # Custom styles
│ ├── js/ # Application logic
│ └── images/ # Static assets
├── index.html # Main dashboard
├── products.html # Product list
├── add-product.html # Product creation
├── ... # Other HTML pages
└── README.md
Clone the repository:
git clone https://github.com/BenkacemIbrahim/clothora-dashboard.git
Open the project:
Simply open the index.html file in your browser. No build step is required as it uses CDN links for Tailwind and libraries.
Tip: For the best experience, use a local development server like Live Server in VS Code.
The project uses Tailwind CSS. You can customize the tailwind.config in assets/js/tailwind-config.js to change the color palette or extend the theme.
main.js: Contains shared logic like sidebar toggling, dark mode, and logout handlers.index.js, products.js) handle logic unique to each page.Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License - see the LICENSE file for details.