davidrs / make-change

Change making PhoneGap app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make-change

Change making PhoneGap app. Update to show Adrian. Adrian is get help from David

Links: http://davidrs.com/make-change/

iOS numberpad version: http://davidrs.com/make-change/indexIOS.html

Tools and technology used

  • jQuery Mobile (with 'flat-ui' theme)
  • PhonegGap
  • BackboneJS
  • RequireJS

To start developing

Note: You can develop without Phonegap, and just work on it as if it was a normal web-app.

  1. Checkout this github repo.
  2. The main app is app/www/index.html
  3. To open index.html you need to run it on a localhost.
    • Use xampp and put the whole folder into htdocs
    • or open command line inside the app/www folder and run python -m SimpleHTTPServer then check localhost:8000 requires Python

Running as a Phonegap app

About

Change making PhoneGap app

License:Apache License 2.0


Languages

Language:CSS 82.8%Language:JavaScript 17.2%