Modern React + TypeScript web app to keep an arbitration record for all your football (soccer) games.
- Install dependencies:
cd /Users/eduardosommerlopez/Documents/resizes/referee
npm install- Run the development server:
npm run dev- Open the URL printed in the terminal (usually
http://localhost:5173).
- Quick match entry: Date, competition, category, venue, city, teams and final score.
- Team & officials: Assistants and fourth official.
- Notes: Key incidents, cards, penalties, behavior, etc.
- Local storage: All data is stored in your browser (no backend needed).
- Filters: Search by team / competition / city and filter by year.
- Modern UI: Responsive, dark-themed, keyboard-friendly layout.