Submitted over 2 years ago
Advice generator App using Bootstrap and jQuery
@nees101
Design comparison
SolutionDesign
Solution retrospective
Looking for feedbacks for improvement.
Thank you
Community feedback
- @TheShonuffPosted over 2 years ago
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 helpful0@nees101Posted over 2 years ago@TheShonuff Thank you for your feedback. Would definitely look into it.
0
Please log in to post a comment
Log in with GitHubJoin 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