A modern admin dashboard built with Next.js and TypeScript, designed for real-time analytics and data visualization.
- 📊 Interactive charts and data visualizations
- 📱 Responsive design for all devices
- 🌙 Dark/Light theme toggle
- 🌍 RTL language support
- 👤 User management interface
- 💳 Payment tracking system
👉 Click here to view the live demo
Clone the repository:
git clone <repository-url>
cd dashboard
Install dependencies:
npm install
# or
yarn install
# or
pnpm install
Run development server:
npm run dev
Open http://localhost:3000 in your browser.
npm run build
npm run start
- Next.js – React framework
- TypeScript – Static typing
- Tailwind CSS – Utility-first CSS
- shadcn/ui – UI components
- Fork the repository
- Create a feature branch
- Commit with clear messages
- Open a pull request
- Check existing issues before creating a new one
- Open a new issue with a clear description and screenshots
- For Next.js help: Next.js Docs