https://github.com/jenselme/tests-ionic2-and-aurelia-framework7
Test TODO applications to compare ionic2 and Aurelia + Framework7
https://github.com/jenselme/tests-ionic2-and-aurelia-framework7
angular-2 aurelia ionic2 javascript mobile-app
Last synced: 3 months ago
JSON representation
Test TODO applications to compare ionic2 and Aurelia + Framework7
- Host: GitHub
- URL: https://github.com/jenselme/tests-ionic2-and-aurelia-framework7
- Owner: Jenselme
- License: mit
- Created: 2016-03-13T15:28:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T20:48:36.000Z (about 8 years ago)
- Last Synced: 2025-04-08T03:51:37.612Z (6 months ago)
- Topics: angular-2, aurelia, ionic2, javascript, mobile-app
- Language: JavaScript
- Homepage:
- Size: 1.88 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
This repository contains my comparison of Ionic2/Angular2 and Aurelia/Framework7
to build mobile hybrid applications. The ionic2 app is in the *ionic2-todo*
folder and the Aurelia app is in *aurelia-f7-todo*. Both applications are basic
todo list applications that can:- List all the saved todos (home page)
- Edit an existing todo
- Add a todo
- Mark a todo as done on the home page. Done todos must have their title
strike-through on the home page.All todos must be stored in the permanent SqlStorage of the phone.
In additions to these features, both applications must work on a browser (for
debug and development purposes), on an android emulator and on an android
phone.See the README file in each subfolder to know how to launch and install the
applications and what features they have.