Skip to content

juan-fernandez/react-pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple pokédex prototype developed with React using the API https://pokeapi.co

To install:

yarn install

For hot testing:

yarn hot

For bundling:

yarn bundle

A running example can be seen under https://juan-fernandez.github.io/react-pokedex/

To start fetching Pokémon from the API press the button 'Start fetching'. There is a limitation on the speed of the calls not to saturate it. You can stop the fetching with the button 'Stop Fetching'.

After that you can go through your Pokémon, filter them, and see their information.

To make the experience better, the information of the Pokémon is stored in your browser's local storage.

About

Pokedex developed in React with https://pokeapi.co/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published