SENG480a-NutriDine / mobile

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

Basic Meal List +Cards #54

Open johnmck95 opened 6 months ago

johnmck95 commented 6 months ago

We need a composable component that shows a list of meals. This will be used by many future pages, including the macronutrient filter form to render results, the restaurant page, the browse page, etc.

We need a List component that accepts a list of meals, rendering the FoodCards for each.

Each FoodCard will render the specific foods, macronutrients on it, and ideally photos if we can get them from the DB

Feature Name: Basic Meals List + Cards Description: Please see above Requires: UI/UX design and frontend implementation Due: Milestone 2 Status: Done Time Estimation: 10hrs