Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 630 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 630 Bytes

⚽ LeFoot ⚽

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.

Getting Started

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.