A full stack JS application to display selected Pokemon sprites.
Using https://pokeapi.co/api/v2/pokemon/{pokemonName} API.
- Create an API, which takes in two params: name and sprite option which returns a data which includes list of sprites.
- Create a React APP which has an input for the name and dropdown for 4 or more available sprite options and will call the API above.
- Display the user selected Pokemon sprites in grid as in the example above.
