Best way to manage data into hype web page animation project

Different approaches from the top of my mind

  • If this is a onetime scenario you don't even need a database. Just store the info in the app / browser (LocalStorage). I just put the following "hammer" together and therefor every problem currently looks like a"nail" to me :wink:

  • If you need a database you need to run a server and a server side language.