how to add to card and fetch data checkout card

Data Fetching:
I have integrated an API call to fetch dynamic product or item data from the backend. The fetched data is then displayed on each individual card component in the UI, allowing for real-time updates and ensuring seamless user interaction. The fetching process is optimized with the use of useEffect and axios to ensure efficient and scalable data handling.

enter image description here