A clean and responsive Pokémon website built with Astro, Tailwind CSS, and Solid.js.
It fetches live data from the PokeAPI, allowing users to explore a full list of Pokémon with pagination for smooth navigation. Users can also bookmark their favorite Pokémon, with bookmarks stored in local storage for persistence.
git clone https://github.com/Jejorm/pokemon-astro.git
cd pokemon-astro
pnpm install
pnpm dev