A simple application to look up Pokemon using Pokemon API.
Top features:
- Able to click to show a popup displaying the selected pokemon's information
- Sorted by pokemons’ numbers
- Filtered by pokemons’ stats (total, hp, attack, defense, sp_atk, sp_def, speed)
- Filtered by pokemons’ types
- Node version: 18 or later
cp .env.development.example .env
yarn install
yarn serve