Design comparison
SolutionDesign
Community feedback
- @AngryMorrocoyPosted over 2 years ago
Hey man, leaving aside the styling, which requires several improvements, the size is ok but not the colors nor the font. In the javascript, you're doing two requests per click (which is unnecessary), and the endpoint you're using returns random advices every time you fetch it so in your page the advice doesn't match the id that is being displayed.
And for me the button doesn't work unless I have the console opened, this is because the requests are being cached by the browser, I recommend you to solve this issue as well.
Greetings :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