hello everyone
I wanted to create an app where the user enters the name of the product for example: Milk and shows the price graph of the product which is updated daily by the community. I don't know how to start
Can anyone help me?
thanks
I'll make a clarification
I wanted to create an app where users can both view and update
the user can search for a product in the search bar for example: Milk
and the app shows the price trend graph
the user can also update the price
I tried with tiny db but I don't know how to make the graph read tiny db
Thanks to anyone who will help me🤗
Look up linear regression in the forum. The tool will give you the equation of a straight line that "passes" thru all points, sort of, in an average way. If you extend the line appropriately you will get sn (average) prediction.
Here's an example
So I'll make a clarification
I wanted to create an app where users can both view and update
the user can search for a product in the search bar for example: Milk
and the app shows the price trend graph
the user can also update the price
I tried with tiny db but I don't know how to make the graph read tiny db
Thanks to anyone who will help me🤗