badge

pokecap

pokémon database landing page (static-friendly: json + viewer)
theme: loading
last update: Jan 14, 2026
mode: project page

quick links

press pal if you dare
cd home git repo
soundtrack: loading…
tap play if browser blocks audio

about

what it is + how to use it

POKECAP is your pokémon database project landing page. since github pages is static, the clean move is: ship the data (json/csv) + a tiny frontend that can search/filter it in-browser.

  • recommended structure
    data/pokecap.json (the database) + pokecap.html (viewer).
  • viewer features
    search bar, type filters, sort by name/id, “copy entry” button, and a little stats panel.
  • bonus
    if you keep the json under ~5-10MB, it still loads quick. if it gets huge, split into multiple files.
idea: make a file data/pokecap.json and the site becomes your pokédex.

terminal

fake commands, real vibes
bella@cactus:~$ cd POKECAP
bella@cactus:~$ mkdir data
bella@cactus:~$ cp pokecap.json data/pokecap.json
bella@cactus:~$ open pokecap.html
bella@cactus:~$ grep -n "pikachu" data/pokecap.json
tip: if the mp3 files aren’t in your repo yet, the player will look alive but stay silent. once you upload them, it just works.