API- Generator, Advice Generator with some jokes as extras

Please log in to post a comment
Log in with GitHubCommunity feedback
- @elaineleung
Hi Vaibhav, good job on the whole! I think you did well in trying to bring in another API when this one wasn't working for you.
I just checked my advice app solution to see whether the API is having issues, and it looks like everything is working fine for me. If you happen to be using Firefox (which is what I use), you may run into a problem where the next advice either does not load at all or does not load it right away. To fix this, you can try adding an object in the fetch like this:
fetch("https://api.adviceslip.com/advice", { cache: 'no-cache' })
As for your app right now, the one suggestion I have is to reduce the letter spacing, as right now the 4px letter spacing makes it quite hard to read the text.
I hope you can try the advice API again and see if it works for you!
Join 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