This application allows users to view a list of Pokémon available from the PokeAPI (https://pokeapi.co/docs/v2).
Run the following commands on Windows PowerShell:
# Clone the repository
git clone https://github.com/assalah/pokemon-explorer.git
# Navigate into the project folder
cd pokemon-explorer
# Start the development server
bun dev
src/
├─ lib/
│ ├─ component/ # UI components (Card, styles)
│ └─ store/ # Search/filter store
├─ routes/
│ └─ +page.svelte # Main page