You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is going to be an app that tracks your daily nutritional intake. You will need to either login to your profile or create a new profile. The search bar is tied to Edamam's API which is connected to a database of nutritional information for most food that you can find at a grocery store. You will add your food and its weight to the search bar and receive nutritional facts based on the food type and weight. This info will be stored in SQL database and saved to the user that is logged in. Then the data will be compiled into a chart of your daily nutritional intake based on calories, vitamins, etc.
Technologies Used
New Technologies Used
User Story
As a person watching my diet
I want to be able to monitor my daily nutritional intake
SO that I can eat more healthily
Acceptance Criteria
GIVEN a place to log the food you eat
WHEN I log in to my profile or sign up for a new profile
THEN I am taken to a new Page where I can search for the food I have eaten that day
WHEN I enter the amount of a certain kind of food I ate
THEN I am presented with the nutritional value and it is displayed on pie chart
WHEN I add another food type
THEN the nutritional value of that food is added to the total amount
WHEN I click on the Food items that were logged
THEN I am taken to another page showing the nutritional value of that specific food individually