In the project directory, you can run:
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.
-
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.