Skip to content

solestravis/Pokemon-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon challenge

Objective:

Create a web application that lists all the Pokemons captured by the user.

API:

You will use this PokeAPI in order to fetch the Pokemons.

Business Requirements:

  • Demonstrate that there is a form with an input text field to catch a new Pokemon by name.
  • Demonstrate that when the catch button is clicked the new Pokemon is included in the list.
  • Demonstrate that the name, id and image of every Pokemon is displayed in the list.
  • Demonstrate that when there are no Pokemons, the list should show the state: No Pokemons captured yet.

Technical Requirements:

  • App must be developed with React.js
  • App must use the PokeAPI.

Optional:

  • Test your app (Jest, Enzyme, etc...)

Run

clone, cd into folder and then

yarn install
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published