SENG480a-NutriDine / mobile

The mobile app
Apache License 2.0
0 stars 0 forks source link

Food List & Food Cards #48

Open johnmck95 opened 7 months ago

johnmck95 commented 7 months ago

After the filtration page is completed, we need a way to display the meals that are returned from NutritionIX. This ticket will focus on neatly displaying those meals.

Using the useMealsByMacros hook, you will get up to 20 food items to choose from. NutritionIX does not support pagination (getting the next 20 results), so the user needs to change their search parameters if they want different results.