+
+
+ So Far This Week:
+
+
+
+
+ Foods Eaten
+
+
+
+
+
+
+
+
+
+ Remove?
+ Food
+ Calories
+ Fat (g)
+ Saturated Fat (g)
+ TransFat (g)
+ Carbs (g)
+ Fiber (g)
+ Sugar (g)
+ Protein (g)
+ Sodium (mg)
+ Potassium (mg)
+ Cholesterol (mg)
+
+
+
+
+ {pastItems.map((pastitem, i) => {
+ console.log(i);
+ return(
+
+
+
+
+
+ handleCheck(pastitem.item_id)}
+/>
+
+
+ {pastitem.item_name}
+
+
+
+ {pastitem.calories}
+ {pastitem.fat_g}
+ {pastitem.sat_fat_g}
+ {pastitem.trans_fat_g}
+ {pastitem.carbs_g}
+ {pastitem.fiber_g}
+ {pastitem.sugar_g}
+ {pastitem.protein_g}
+ {pastitem.sodium_mg}
+ {pastitem.potassium_mg}
+ {pastitem.cholesterol_mg}
+
+ )
+ })}
+
+
+
+
+
+
+
+
+ Weekly Totals
+
+
+
+
+
+
+
+
+
+ Calories
+ Fat (g)
+ Saturated Fat (g)
+ TransFat (g)
+ Carbs (g)
+ Fiber (g)
+ Sugar (g)
+ Protein (g)
+ Sodium (mg)
+ Potassium (mg)
+ Cholesterol (mg)
+
+
+
+
+
+
+
+
+ {sum.calories}
+ {sum.fat_g}
+ {sum.sat_fat_g}
+ {sum.trans_fat_g}
+ {sum.carbs_g}
+ {sum.fiber_g}
+ {sum.sugar_g}
+ {sum.protein_g}
+ {sum.sodium_mg}
+ {sum.potassium_mg}
+ {sum.cholesterol_mg}
+
+
+
+
+
+
+
+
+
+ At a glance
+
+
Each category will be red if you are more than 30% off track from your weekly goal for this point in the week.
+
If it's green, you're pretty much on track!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+