My Netlify site link: https://cute-beignet-84a43a.netlify.app/
Hi @rabiul7772! I can see that you’ve successfully deployed the site and I’m able to view it in my browser. Is it not working as expected? If so, can you give me more information on what’s going wrong?
Exactly it’s not working as expected for example if you search with a recipe like Pizza it don’t work!
This is not a Netlify issue. It’s a coding question. Please ask follow-up questions on a coding forum.
Your search input is in a form and that form has no event listener. Thus, by default, the browser tries to submit the form by refreshing the page. You need to use JavaScript to prevent the default action and do something (like fetch details from an API, or render the UI as you need).