A premium mobile-first web application for the "87 Ultimate Experience League", featuring real-time tactical stats, gamification, and a sleek dark-themed UI.
- Home Dashboard: Tournament overview, featured matches, and gamified promo cards.
- Tactical Dashboard: Advanced visualizations including:
- Heatmaps: Scoring density analysis.
- Assist Networks: Vector maps of goal creations.
- Live Stats: Real-time possession and completion rates.
- Teams & Rosters: Detailed team profiles with season stats.
- Gamification: "Win a Weekend with BMW" promo integration.
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS (Custom Premium Theme)
- Icons: Lucide React
- Charts: Recharts
- Deployment: Vercel Ready
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
This repository is optimized for Vercel deployment.
- Push your code to GitHub.
- Import the repository in Vercel.
- Click Deploy.
No custom configuration is required. The app uses standard Next.js settings.
If you prefer GitHub Pages, you can configure next.config.ts for static export (output: 'export') and set the basePath if deploying to a subdirectory.