Jquery, scss, html, (Advise json slip API) and vscode.
Design comparison
Solution retrospective
Feel free to leave a comment! any suggestion or tip will be appreciated!
Dice Click animation with jquery, entrance animation css.
Community feedback
- @elaineleungPosted over 2 years ago
Hi Philip, I like your loading animation! I also used one in my solution since I think it looks better than having a blank card. I also like your design choice of using the primary color at the bottom.
The only thing right now is, I tried clicking for the next advice but I'm not able to see it, and it could be due to the caching in Firefox, which I use. To fix that, just add a header object in the fetch method:
fetch("https://api.adviceslip.com/advice", { cache: 'no-cache' })
Great work, and I hope to test it again either on another browser or on Firefox once it gets fixed!
Marked as helpful1@PhilipKorbPosted over 2 years ago@elaineleung Wow! really thanks for the feedback, i changed it already!! Thats solve the 2 seconds delay of API response too, i was thinking that i will have to handle this in other way really helpfull!
i will search more about it to understand exact how this parameter works now. :)
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