Design comparison
Solution retrospective
Feedbacks are open as usual. It's day 2 after getting back to web dev using Vanilla JS is not that much of a trouble after all the result seems decent and the responsive is probably not that bad ... the semantics could probably need some work but not bad anyway let's keep practicing~.
Community feedback
- @elaineleungPosted about 2 years ago
Hi JoeKooler, great work here, and happy to hear you're getting back into programming (me too, I got back around two months ago or so). Anyway, I'm viewing this on Firefox, and I'm unable to load the second advice due to its caching settings, so if you want Firefox users like me to also enjoy the app, try adding this in your fetch method:
fetch("https://api.adviceslip.com/advice", {cache: "no-cache"})
Anyway, keep going, you're doing great! 😊
Marked as helpful1@JoeKoolerPosted about 2 years ago@elaineleung Fixed~ Thanks Elaine! I will keep it in mind for the next time :D
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