A sports team management application built with Next.js and Supabase.
- User authentication (sign up & login)
- Team management
- Player statistics tracking
- Match records
- Opponent tracking
-
Clone the repository
-
Install dependencies:
npm install
-
Set up environment variables:
- Copy
.env.exampleto.env.local - Add your Supabase credentials
- Copy
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser
- Framework: Next.js 16
- Authentication: Supabase
- UI Components: Radix UI + Tailwind CSS
- Forms: React Hook Form + Zod
- Charts: Recharts
This app is designed to be deployed on Vercel.