Repo: github.com/kimeshan/time-since
A fun project that counts up — live — the time since a football club last won a real trophy. The running joke: only the top-tier league (Premier League / First Division, La Liga, Serie A, Bundesliga, Ligue 1) and the Champions League / European Cup count. The FA Cup does not.
V2 (current) generalises the original "Time Since Man United won the league" into a small platform:
- A hero count-up with club + competition dropdowns (shareable via URL).
- A curated, rank-badged grid of facts ("the drought board").
- A Hall of Never for clubs still chasing their first real trophy.
- Every stat has an ⓘ source link to Wikipedia.
There is no database — data lives in the committed text file
data/trophies.csv.
AGENTS.md— conventions, stack, commands, data rulesplanning/SPEC.md— product specplanning/DATA_MODEL.md— data file schemaplanning/mockups/— the UI mockups we chose from
First, run the development server:
yarn install
yarn devOpen http://localhost:3000 with your browser to see the result.
This is a Next.js project bootstrapped with create-next-app.
