rsteckline / rancid-tomatillos

https://rancid-tomatillos-dusky.vercel.app
0 stars 1 forks source link

[TASK] Create `apiCalls.js` doc to house fetch definitions #29

Closed ericahagle closed 10 months ago

ericahagle commented 10 months ago

Right now, we have our API call defined directly in the App.js file. Instead, we should define it (and other API calls) in a separate file that we can call apiCalls.js, then invoke those functions in the App.js file.