Quote generator app HTML | CSS | JS | API

Solution retrospective
I loved this project, it was great to dive into fetch API. My difficult task was that at first my fetch data kept coming out with the same response (quote) no matter if I clicked the button or refreshed the page. So doing some research I find out I had to clear the cache when making another request, hence why it wasn't updating. It helped a lot for understanding better fetch API and how to handle JSON objects.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Cristi Gutierrez's solution.
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