Simple trip planner HTML5 web application.
- 'native' look and feel using jQueryMobile.
- Use of Phonegap for native wrappers.
- Use of localStorage API to preserve changes between invocations
- Use of PhoneGap Connection API to check for network access before attempting Dropbox sync
- Use of responsive design: 3 destinct layouts for different screen sizes
- Syncing with a Dropbox account.
To watch a video demo click this link
For a demo in the browser goto link
These three screen dumps shows the 3 different UIs. The UI will automatically adapt to the available screen size
- Open up the setting tab
- Choose the 'Extensions' panel
- Make sure 'Developer mode' is selected
- Click 'Load unpacked extension'
- Point to the travel-planner-js directory you downloaded from github
- Try the hosted app, by opening up a new tab and pick the Trip Planner app
- Dropbox access: An amazing utility providing a JS API for accessing a DropBox
- jQuery Mobile: Convenient UI elements for native look and feel
- jQuery