An simple todolist angular app converted to an mobile app(ionic).
This project use at least 16.14.x node version
,verify your version before install it
Install all dependencies
npm install
Run the project with the ionic CLI
ionic serve
Also you can run with the angular CLI(ng) if you didn't install ionic CLI
ng serve
If you would create your own .apk build,make sure you install cordova and native-run packages from npm and execute:
ionic cordova run android
If you would use it with your mobile phone(android) or in a emulator like Android studio,you can get the APK ,it's on folder after build platforms\android\app\build\outputs\apk\debug\app-debug.apk
With this app, you will be able to create tasks,modify it and delete it
Below a example of this app(in browser) with some gifs:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.