- client/src/pages/Meals.tsx — replace mock recipes data with a real call to GET /recipes/match , if anything just make sure all the recipies are imported without description, because ingredients are shown like the following:
https://www.[themealdb.com/api/json/v1/1/list.php?i=list](https://www.themealdb.com/api/json/v1/1/list.php?i=list)
- maybe with just parsingthis we can do the matching on our own without calling the API endpoints
https://www.[themealdb.com/api/json/v1/1/list.php?i=list](https://www.themealdb.com/api/json/v1/1/list.php?i=list)