Take the clone of the the repository from the github link https://github.com/unnatikala/pokemon-application-react.git.
Run yarn
to install all node-modules.
Run yarn start
. Project will run at http://localhost:3000/#/.
• Create a web application to list all Pokémon and show paginated results. (COMPLETED) • User should be shown the Pokémons in a card-based layout (click to see best practices)(COMPLETED) • Each card should contain the image of the Pokémon(COMPLETED) o Name o Height o Weight o List of abilities. • User should have option to choose the number of cards available per page available options are 10, 20 and 50(COMPLETED) • User should be shown previous and next links - on both the top and the bottom of the page(NOT COMPLETED) • User should be able to search through the Pokémon list using the name and abilities(COMPLETED) • User should be able to sort the result by name, height and weight.(NOT COMPLETED) • Page refresh should maintain the sorting and search related data.(NOT COMPLETED) • User should be taken to the details page and present all the information available for that Pokémon. The user should have a link to go back to the previous page.(NOT COMPLETED)