This is an app just made for practice, using the PokeApi v2
Tela Inicial |
Pokedex |
|
|
Pokedex(paginada) |
Pokemon (infos) |
|
|
Pokemon(descrição) |
Batalha |
|
|
- Clone this repository && cd;
yarn
to install dependencies.
yarn start
to run app.
- Fork this repository;
- Create a branch with you feature:
git checkout -b my-feature
- Commit changes:
git commit -m 'feat: My new feature'
- Push branch:
git push origin my-feature
- To put images in HD, mkdir src/images and paste all images inside.
MIT license. See license on LICENSE