This is a simple app for iOS/Android that uses to fetch and display travel news from around the world. It is build using the Svelte-Native framework to build a native application. Svelte-Native is build on top of Nativescript, so you need to go through the setup guide there in order to install the TNS CLI tools.
To test the project, run:
npm install
tns run [ios|android]
This is the main entrance to the project. But this file only import the screens in the project, and sets up the bottom navigation
This file..
This files is not totally ready. The plan was that this file could show an initial scrollable list of saved articles from the list on the other tab (Articles)
This file is not totally ready. But this is a component via Svelte-Native's showModal() function. It is a simple article display that..