This is an exercise to build a pokedex from scratch using create-react-app. A user can select from a drop-down the pokemon to look up using the PokeAPI for images and descriptions.
You can fork this repository and run the following commands:
npm install
npm start