MichaelPachec0 / nodejs-project-night

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

Sending a request to the backend API. Issue #26 #33

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.

jericashall commented 2 years ago

Going to redo this pull request to the master branch.