Hi,
I’m trying to build my first iOnic app. My experience with building web-apps is pretty low.
I only builded one in a curriculum on university. And now I want it to bring it to a next level.
But I’m a little bit stuck with the best approach, because of some functions that I want to have in it.
I’m trying to build an app, that is doing an GET request to an external JSON API. The GET request should have a limit of only downloading 40/50 random objects and save these to localstorage so the data is still available when there is no connection.
Then I also want to be able to mark one/more of those 50 objects as favorites and save it locally(local JSON file?), but doesn’t erase when I shut down the app. So when you start the app, you can still see your favorites.
Thanks for helping out!