gdirk07 / PokemonChecker

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

Feature pokemon service #18

Closed gdirk07 closed 2 years ago

gdirk07 commented 2 years ago

Created a Pokemon Service class to handle the API fetches

Updated App.tsx + PokemonDisplay.tsx to move the fetch call to PokemonService.ts

One thing we can do with service possibly is when Moves and Types get created is to organize it better in the function

jeremy-jtlo commented 2 years ago

Looking like a good start now. Merging.