A premium Next.js dashboard application with user management and analytics features.
- Framework: Next.js 15.2.4
- UI Components: ShadCN UI with Tailwind CSS
- Authentication: AWS Cognito
- Charts & Visualizations: Recharts library
- Premium dashboard with gradient backgrounds and vibrant color palette
- User management system with CRUD operations
- Analytics dashboard with customizable charts
- Authentication flow with temporary password handling
- Responsive design for all device sizes
The application is deployed to Netlify at: https://omnidashboard-app.windsurf.build
/frontend- Next.js application/backend- API services
# Navigate to frontend directory
cd frontend
# Install dependencies
npm install
# Run development server
npm run dev# Build for production
npm run build
# Start production server
npm start