srjam89 / pokemon

0 stars 0 forks source link

Feedback #1

Open russ4life opened 1 year ago

russ4life commented 1 year ago

Searching for a pokemon by name needs to be lowercase. The API returns a 404 error for the search "Charizard", but working when I type "charizard". Convert the user's search to lowercase.

The search page needs to handle not finding a pokemon. You should display a message to the users when API finds no pokemon. Also, no console log errors should occur on a 404

https://www.pokemon.com/uk/pokedex

srjam89 commented 1 year ago

corrected case sensitive issue. Added a 404 error message for the user to see, wasn't able to remove 404 error from console though.