Hi Prazon. You'll need to keep the data somewhere and my preference would be to use AJAX to export it out to a robust hosted mysql database, so that you can access the data later even if you change/upgrade the app. Then you would use the app to read and write to that database. If you're wanting to use the app while you're offline you could hold some data locally pending some kind of "backup when online" functionality.