Check out this link
http://mdstn.com/sandbox/animeonhand
Couple days ago I’ve made my anime player public (sort of…). It's far from finish, because I've got this idialistic vision I want this app to have. Such as:
- Store your anime in your favorites so you have easy access
- Better usability of course, by giving UI enhancements
- Store data such as favorites in to clients browser with localStorage or something similar
- No use of server database, just pure mobile browser storage
- localStorage history caching mechanism, and refresh on demand
- No user login, since storing data in client mobile is usually private
I use:
- Laravel PHP Framework
- PHP Curl
- jQuery
- localStorage
- requireJS
- KnockoutJS
- Twitter Bootstrap
- LESS CSS
- Bower
- Grunt
Technique I use:
- Bootstrap GRID
- Normalizer
- Responsive Design
- Genericons
- PHP Curl
- Convert XML to Array
- Array to JSON
- Ajax
- RequireJS
- Grunt Tasks
This app get their data from external source; this case from animeonhand.com where I turn their important html elements into JSON data.