MichaelPachec0 / nodejs-project-night

Project night for May 27 2022
MIT License
5 stars 12 forks source link

Sends a request to the backend through a fetch. Issue #26 #34

Closed jericashall closed 2 years ago

jericashall commented 2 years ago

Made a call to the back end api with with a fetch. The fetch call was made with async/await. The code to insert cards from the api into the dom should be put inside this function. This function will run on page load, and when the reset button is hit.

MichaelPachec0 commented 2 years ago

Got 2 approvals, merging.