Simple project to store simple data about football friendly fixtures.
First goal is to track every fixture result and associate each player in one of the two teams to get some stats like % of victory, maybe goals stats etc ...
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.