Skip to content

Pokedex app, calls a specific pokemon from the API as the user submits the name and renders its particular info. Shows also a list of pokemons according to their type, allowing the user to select any of them and show their info on the pokedex.

Notifications You must be signed in to change notification settings

salgadopietrini/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokedex is a react app to show info about pokemons

Uses a pokemon API to search for all the info regarding a pokemon. Also let's you search pokemons per type, select a specific pokemon from the list and then be redirected to the homepage to show its particular information. Uses pure CSS for the styling and React Router to navigate through pages.

alt text

How to use

  1. Clone this repository.
git clone https://github.com/salgadopietrini/pokedex.git
  1. Run npm install.
  2. Run npm start. The command will start a local live server. Open (http://localhost:3000/) in your browser, if the tab doesn't open automatically.

About

Pokedex app, calls a specific pokemon from the API as the user submits the name and renders its particular info. Shows also a list of pokemons according to their type, allowing the user to select any of them and show their info on the pokedex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published