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.
- React
- React router
- Redux
- Styled components
- Rechards
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
