3 Commits

Author SHA1 Message Date
Julien Calixte
bb2b421053 feat: localize Pokédex to French (UI, names, types, abilities)
- lib/locale-fr.ts: baked FR names for 151 Pokémon, 18 types, 114 abilities
  (generated once from PokeAPI — no extra runtime locale requests)
- pokeapi.ts: map Pokémon + ability names to FR in the data layer
- accent-insensitive search (evoli matches Évoli)
- all UI strings, stat labels (PV/ATT/DÉF…) and html lang=fr
2026-06-24 19:20:25 +02:00
Julien Calixte
fa5ebbfe92 feat: build Gen-I Pokédex with browse, search, type filter, favorites
- lib/pokeapi.ts: typed PokeAPI client (list, detail, type filter) scoped to #001-151
- composables/useFavorites.ts: localStorage-backed favorites
- PokemonCard / PokemonModal: pixel-art cards and detail view with stat bars
- App.vue: search, type filter, favorites toggle, detail modal
2026-06-24 19:11:02 +02:00
Julien Calixte
8188f263d8 chore: initial scaffold 2026-06-24 19:03:04 +02:00