Reg container app with local data sync frequently

Team,

Let’s say I want to develop container app, which will store data in local machine but whenever it sees latest data available, it updates local app when sync/update button is clicked.

Basically, I want to create app which loads its page content from local but local store has to be updated frequently. And most of the operations are view only except, Scan,Favorites etc…

Can you tell me, can we achieve this with Ionic Framework?