Admin dashboard built on Next.js + MUI template — finance, investments, estate and career management pages.
Admin panel built on top of the Next.js + MUI template. Extended with custom dashboard pages for finance, investments, real estate, career listings, news and support.
| Page | Description |
|---|---|
| Login | Admin authentication |
| Home | Dashboard overview |
| Finance | Financial data and charts |
| Investments | Investment portfolio overview |
| Estate | Real estate listings |
| Career | Career management |
| News | News section |
| Support | Support management |
- MUI + Tailwind — combined component and utility styling
- ApexCharts — interactive data charts
- Iconify — bundled icon set with CSS generation
- Keen Slider — touch-friendly carousels
- React Dropzone — file upload components
- React Colorful — color picker
- Toast notifications — via react-toastify
- RTL support — stylis-plugin-rtl included
- Next.js App Router — grouped layouts for dashboard and blank pages
| Technology | Purpose |
|---|---|
| Next.js 14 | React framework |
| TypeScript | Type safety |
| MUI | Component library |
| Tailwind CSS | Utility styling |
| ApexCharts | Data visualization |
| Iconify | Icon set |
| Keen Slider | Carousels |
| ESLint / Stylelint | Code quality |
| Prettier | Code formatting |
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build