An admin dashboard for TrendHub e-commerce platform built with Next.js, featuring comprehensive management tools.

TrendHub Shop Dashboard is a comprehensive admin panel for the TrendHub e-commerce platform. Built with Next.js, featuring modern UI components with shadcn/ui, and efficient data management with React Query. Provides complete administrative control over the e-commerce operations.
git clone https://github.com/Ahmed-Alabadla/Ecommerce-TrendHub-Dashboard.git
cd Ecommerce-TrendHub-Dashboardnpm installnpm run devnpm run buildAdmin dashboard for managing e-commerce operations including products, orders, users, and analytics. Provides comprehensive tools for store management.
| Variable | Description | Example |
|---|---|---|
| API_URL | Backend API URL for server-side requests | http://localhost:8000/api |
| NEXT_PUBLIC_API_URL | Public API URL for client-side requests | http://localhost:8000/api |
| NODE_ENV | Node environment setting | development |