Grocery list app

Matthew Zoljan 120 Reputation points
2023-05-17T10:57:19.1033333+00:00

I am wanting to build a grocery app that automatically calculates what groceries you should buy and list the values on a separate content page.

There is a registration page that askes the user questions like how many people in household, shopping frequently, how many kgs of meat/vegetables/fruits a week, how many dozens of eggs a week, how many litres of milk per week, and loathes of bread.

So far I have created the registration page and have been able to store the values in a database. Some other irrelevant information right now is that the user is able to login and update their values in a page called 'Personalize'. That works fine.

What I am needing to know is how do I create a list of fruit, vegetables, kinds of meats, loathes of bread, milk, eggs. I need it installed into a database with their weight/amount then I need to be able to multiple the values by the database values that is being obtained from the registration page and 'Personalize' database.

Does anyone know of a similar app on say GitHub or a tutorial of an app performing similar calculations/functions. Then I can inspect it and get my head around how do I go about even attempting it. Or if someone can give me some tips here like what to do and what I'm doing wrong. So far any help is help for me now as I am totally stuck.

Developer technologies | .NET | Xamarin
Developer technologies | C#
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.