This repository contains an mobile todo example app. It was created for the talk http://digitalwerft.com/talks/mobileweb , which explains how to build an mobile app with HTML, CSS and JavaScript without an mobile UI framework (e.g. Sencha Touch, jQuery mobile, Kendo UI). Please check out the presentation for further information.
- Basic layout with fixed header, scrollable container and navigation. Fallback for old devices.
- Various Transitions for View-Container and Lists
- Offline functionality via storage via
localStorage
The following libraries were used for this project
- Angular.js and its module
ngTouch
andngAnimate
for routing, templating, data-binding - Modernizr for
overflow-touch
detection
The MIT License (MIT)
Copyright (c) 2013 Digitalwerft UG
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.