Skip to content

Gaybre/Pokemon-Finder

Repository files navigation

pokemon-finder

General

On this app, you can find pokemons and see information about them in a graph. You can catch them to watch it after in a cards or chose next.
The project use the Pokémon API and was deployed in github pages.

You can try this app, just click here.

pokemon-finder

Technologies

  • React
  • React router
  • Redux
  • Styled components
  • Rechards

Install

If you want to run this proyect in your localhost.

  • Clone repo.
git clone git@github.com:Gaybre/Pokemon-Finder.git
  • Install dependencies
npm install
  • Execute the developer enviroment.
npm run start

License