Web app made in React Js with the PokeAPI informaton. See abilities, stats, types and shiny form of your favorite pokémon. With this application, you can search by name for any existing Pokémon.
Concepts learned in this proyect:
- Functional Components
- Props
- Lifting
- React Router
- React Hooks
Install Git with:
$ sudo apt install git
Install NodeJs Js with:
$ sudo apt install nodejs
Install NPM with:
$ sudo apt install npm
Clone this repo
$ git clone https://github.com/DanielCuevas1822/MyPokedex.git
Use following commands:
$ cd MyPokedex
$ npm install
$ npm start
https://danielcuevas1822.github.io/MyPokedex/
With ❤️ DanielCuevas1822