Uses a pokemon API to search for all the info regarding a pokemon. Also let's you search pokemons per type, select a specific pokemon from the list and then be redirected to the homepage to show its particular information. Uses pure CSS for the styling and React Router to navigate through pages.
- Clone this repository.
git clone https://github.com/salgadopietrini/pokedex.git
- Run
npm install
. - Run
npm start
. The command will start a local live server. Open (http://localhost:3000/) in your browser, if the tab doesn't open automatically.