Skip to content

bambadiagne/ionic-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ionic Todolist

An simple todolist angular app converted to an mobile app(ionic).

Installation

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

Usage


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:
Markdown Monster icon



And this in android device:

App running in android device

Contributing

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.

License

MIT