issues
search
lazyjinchuriki
/
pokedex
A Pokedex website made in HTML5, CSS, Vanilla Javascript
https://lazyjinchuriki.github.io/pokedex/
23
stars
24
forks
source link
fix: type endpoint error
#38
Closed
Shubhamm33
closed
1 year ago
Shubhamm33
commented
1 year ago
Changes:
have fixed the "pokemon type" url error
got the pokemon > their respective types (some pokemons have 2 types)
for each type we get their "type" data and display
Here, for single type pokemon its okay, but for multitype pokemon the stats has to be calculated (haven't touched that)
for strong and weak against, we are just combining Damage to and No Damage to for all types and displaying as shown in below images..
Changes: