Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuctionCard

Mobile-friendly web app for searching baseball players from src/data/players.csv and displaying a focused player card with key draft stats.

Setup

  1. Install dependencies:
    • npm install
  2. Start the app:
    • npm start
  3. Open:
    • http://localhost:8080

How It Works

  • Backend parses src/data/players.csv and 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.

Mobile Notes

  • The UI is search-first and mobile friendly.
  • No audio permissions or transcription setup required.

About

Fantasy baseball auction sheet helper — built for fast, on-the-fly lookups by auctioneering commissioners.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages