Skip to content

rakeshujjwal/pokemon-application-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the project?

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/#/.

Tasks

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.4%
  • HTML 7.7%
  • CSS 3.9%