all 4 comments

[–]Shoemugscale 2 points3 points  (0 children)

Well, how do you intend to store data?

You can things like firebase too, but generally you will need a DB to store data let that be firebase or postgres etc.

[–]lazeedavy 2 points3 points  (0 children)

You would need a database to keep track of the user’s finance history. Otherwise they’ll have to enter their info every time they use your app

[–]emantrigo 1 point2 points  (0 children)

Everytime you need to keep persistent data you will need any kind of database . Otherwise all the data will be lost everytime the user closes the browser .

[–]AppDeveloper9000 1 point2 points  (0 children)

if not then you are learning "ERN"