- A food recipe app, where users can search various dishes and get the full recipe of it.
- Recipies are being fetched through Free Meal Api
- User can also see the Latest recipe and Recipe of the day
- Implemented search functionality using JS debouncing to minimize the unnecessary api calls.