Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.14 KB

PokeDex

Live Demo

Click here to see it live

project thumbnail

Installation

git clone https://github.com/jeebeez/pokedex-lite.git
cd [foldername]
yarn install
yarn start

Features

  • 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.

External Libraries