A scorecard app for card and board games. Tracks scores round-by-round, calculates totals automatically, and saves your game progress to your browser so you never lose track of who is winning.
- Multi-Player & Round-Based: Easy management of players and unlimited rounds.
- Flexible Rules: Toggle between "High Score Wins" and "Low Score Wins".
- Leaderboard: Real-time sorting by score or name.
- Auto-Save: Game data persists in local storage.
- Mobile Friendly: Designed to work great on phones and tablets.
You will need Node.js installed.
-
Install Dependencies
npm install
-
Start the App
npm run dev
Open the link shown in your terminal (usually
http://localhost:5173). -
Build for Production (Optional)
npm run build npm run preview
React 19, TypeScript, Vite, Tailwind CSS, Lucide React.