You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user should be able to enter a Pokemon's name into the search bar. If there is a match, the user should see every sprite of that Pokemon on the page.
Checklist
All the basic and shiny sprites of a Pokemon should be fetched from the API if a good name is entered
All the sprites should be cleared from the page and the search bar should be empty if the user clicks the clear button
Description
A user should be able to enter a Pokemon's name into the search bar. If there is a match, the user should see every sprite of that Pokemon on the page.
Checklist