Advice generator App using Bootstrap and jQuery

Solution retrospective
Looking for feedbacks for improvement.
Thank you
Please log in to post a comment
Log in with GitHubCommunity feedback
- @TheShonuff
I looked at your project and noticed you're not loading in a new quote on the button click event. I Struggled with this for a bit myself and found this to be helpful. Here is the code I implemented
let response = await fetch("https://api.adviceslip.com/advice", { cache: "no-store", });
Good job on the design and implementing the hover feature correctly. You just have to get that new quote loaded in when you click the button. You're almost there.
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord