SPA Application in ReactJS to find Pokémons and add to a Pokédex.
API: POKEAPI
- Install the Node
- Clone the repository
git clone https://github.com/ewerton-augusto/pokedex.git
- Open the folder
cd pokedex
- Install the dependencies
npm install
- Start the application
npm start