Mobile-friendly web app for searching baseball players from src/data/players.csv and displaying a focused player card with key draft stats.
- Install dependencies:
npm install
- Start the app:
npm start
- Open:
http://localhost:8080
- Backend parses
src/data/players.csvand serves player rows via/api/player-data. - Frontend builds a weighted search index (exact/prefix/fuzzy + value weighting).
- Search selects the best matching player and renders their card.
- The UI is search-first and mobile friendly.
- No audio permissions or transcription setup required.