Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome!!
Community feedback
- @elaineleungPosted over 2 years ago
Hi Abdulkader, great work here in getting your solution to look close to the design! Interesting that you used a circular dice icon instead of a square one though, I don't think I've seen that before.
Your app currently has an issue on Firefox that I've been seeing in many of these solutions, where I tried clicking for the next advice but the advice does not load. This can be due to the caching in Firefox, and you can try adding a header object in the fetch method to fix it:
fetch("https://api.adviceslip.com/advice", { cache: 'no-cache' })
Hope I can test it out again!
Marked as helpful1
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