Design comparison
Solution retrospective
Hi Guys!
Here's my solution for the Advice Generator App. Not very used to coding JavaScript yet and I ran into a problem with the API that was always showing me the same advice. Found the solution to my problem on stackoverflow. Adding { cache: "no-cache" } to the response, fixed the issue. Hope this can help!
As usual, any feedback would be highly appreciated!
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Deborah Robbiano, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
- images must have alt text unless it is a decorative image, for any decorative image each IMG tag must have empty
alt=""
and addaria-hidden="true"
attributes to make all the assistive technologies of the Web, as screen reader. Learn the differences between decorative/meaningless images vs important content.
I'm looking forward to doing this challenge! but I still need to study a lot uahuahua
The rest is great! I really like the details that you put in the button!
I hope it helps... 👍
Marked as helpful1@debriksPosted about 2 years ago@AdrianoEscarabote ah yes yes I forgot to do it! Thank you!
1 - images must have alt text unless it is a decorative image, for any decorative image each IMG tag must have empty
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