Hi everyone!
I’ve just completed the Random Quote Machine Project for the Front End Libraries Certification, and would be really thankful if someone could give me some feedback!
In particular, it was a challenge for me fetching the API data using React Hooks.
Also, I ended up using Axios, following an internet tutorial, but actually I was more interested in figuring out how to use the javascript fetch method. I just couldn’t make it work…
I definitively have to learn how to work with the new “async/await” syntax. I implemented the fetching bit with this syntax but I still don’t understand it well enough.
Anyways, here’s the link to my project: https://codepen.io/dmsoares/pen/xxZbNoR
Thanks!