git clone https://github.com/jeebeez/pokedex-lite.git
cd [foldername]
yarn install
yarn start
- Trainers can navigate through the pokedex and look at all the Pokemon .
- They can also search for pokemon.
- They can use filters to see a particular type of Pokemon.
- Trainers can change the number of pokemon per page.
- The pagination is dynamic and changes accordingly when trainers search or apply filters.
- Clicking on a Pokemon's card opens up a modal with additional stats.