Mobile App Cordova Todo List

To Do List cross-hybrid mobile application project developed with Cordova. The following plugins are used:

To run the project:

  • You must have installed Node.JS and npm.
  • You must have installed cordova. You can do that through the command npm install -g cordova.
  • Within the project root directory (the same directory as shown config.xml)
    • To run in browser: cordova run browser.
  • If you have the Android or iOS environment installed can run on their emulator / simulator:
    • Android: cordova run android
    • iOS: cordova run io.