This application uses the pokemonapi api to load all the pokemon and allow us to select our favorites.
- View details of a pokemon
- Add pokemon to favorites
- Remove pokemon from favorites
Install
all the dependecies in your clone:
$ yarn install / npm install
Initialize
the project:
$ yarn start / npm run start
Have a look through existing Issues and Pull Requests that you could help with. If you'd like to request a feature or report a bug, please create a GitHub Issue using one of the templates provided.