gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Created pokemon API stub and extended relevant types #67

Closed jeremy-jtlo closed 2 years ago

jeremy-jtlo commented 2 years ago

Just as mentioned in #65 , a lot of our data follows the same { name: string; url: string } pattern.

Simple 1-file change that applies the rule to some of our existing data types.

Validated with npm start and npm run test, all unit tests pass and app visuals still function.