A Flask + SQLite web app to track badminton matches with:
- Singles & doubles support
- Shuffled players
- Automatic win/loss calculation
- Persistent storage using SQLite
- Add players and teams
- Record singles and doubles matches
- Automatically updates player & team stats
- Stores match history
- Python
- Flask
- SQLite
- HTML
V1 complete – core logic & data model
V2 in progress – UX polish & usability improvements
This version focuses on correctness and backend logic. UX improvements are planned in V2.