Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Advice Generator App

P
Navine 210

@rainSax

Desktop design screenshot for the Advice generator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
  • API
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Any Feedback Appreciated

Community feedback

@DennyIsNaive

Posted

Hi, it seems you can't change the quote when you click on the dice button. This is because the data is being cached and when you click on the dice, it returns the cached data again. To fix this, make sure no data is cached at all buy setting cache to no-cache like so : fetch(apiUrl, {cache: 'no-cache',}). I hope this helps XD

0

Please log in to post a comment

Log in with GitHub
Discord logo

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