Skip to content

ghofranebenhmaid/pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POKEMON

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

  • Search through the Pokémon list using the name and abilities.

  • Sort the result by name, height and weight.

  • Each card contain the image of the Pokémon,Name,Height,Weight and List of abilities.

  • Option to choose the number of cards available per page available options are 10, 20 and 50.

  • Shown previous and next links - on both the top and the bottom of the page.

  • Page refresh should maintain the sorting and search related data.

  • Details page and present all the information available for that Pokémon.

  • Link to go back to the previous page.