A modern admin dashboard built to showcase frontend development skills using cutting-edge technologies.
- Responsive layout with Tailwind CSS
- Interactive data visualizations using Recharts
- Command menu accessible through cmd + K
- Performance optimized with Vite
- Mock API integration
- Modular component architecture
- ⚡ Vite - Next generation frontend tooling
- 🎨 Tailwind CSS - Utility-first CSS framework
- 📊 Recharts - Composible charting library
- ⌨️ cmdk - Fast, unstyled command menu
- 🔄 React Icons - Popular icons library
-
Clone the repository
git clone https://github.com/Alex-de-code/admin-dashboard-1.git
-
Navigate to the project directory
cd admin-dashboard -
Install dependencies
npm install -
Start the development server
npm run dev
