Skip to content

kurxz/Ionic_notes

Repository files navigation

Ionic Notes

Notepad app using Ionic Framework. With multi language support.

Supported Languages:

  • English
  • Español
  • Português Brasil
  • Italiano

Get it on F-Droid

The changelog can be found here

How to build

The core libraries are Ionic 5 and Angular 13

Prerequisites

Tools
Android Studio
NodeJS and NPM
Ionic Framework

Installing dependencies

Install the project dependencies with
npm install

Testing

You can run the web version using ionic serve Then you can test the app without building an APK

Building the release

On your terminal type: ionic build --prod --release && ionic cap sync && ionic cap open android

Builds the project as release: ionic build --prod --release
Sync the files with ionic cap sync
Then open the Android Studio with ionic cap open android

So on Android Studio you can build the apk for debugging or release

License

This app is licenced under Apache License 2.0

Is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND

App working example

Alt Text