Hey guys, thx for stopping by my question. ( plz watch the video to get clear understanding of the question)
Question Video Link: How to fetch the data to react via node.js - YouTube
I’m currently trying to build a simple weather application using React for the client-side and Node.js as a server-side for fetching the weather API.
But the main problem I’m struggling with is fetching the data to the client side.
I’ve tried using Axios and useEffect for fetching the data.
But I have no idea how to do furthermore.
So If you can help me out, I would much appreciate it! thank you!
Source code : GitHub - good-practice00/node-weather-api