Today marks Day 20 of my #100DaysOfCode challenge, and I finally started the actual coding phase of my tour application after setting up the project structure.
In this part, I focused on:

✔ Fetching country data
✔ Using React Query for caching
✔ Fetching images from the Unsplash API
✔ Managing state with Zustand
✔ Displaying the final results in...