@justbycrisSubmitted 11 months ago
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.