ucsb-cs148-w23 / project-t06-fitnessandnutritiontracker

MIT License
0 stars 0 forks source link

Backend: Add new meal page adds a meal attribute to the array that can be viewed on the Meals Homepage #54

Open sangitakunapuli opened 1 year ago

diyaparm commented 1 year ago

Acceptance Criteria: Given the college student has just had lunch when they input their meal into the app then it will be added to a list of meals that they have had today and will update their nutrition information to show the total amount of protein consumed after this meal. This issue takes care of this acceptance criteria because now when the user inputs a meal it is added to the meals array and is viewed on the home page.