This fully client side web app will display popular album covers from the subreddit. I started this project to better learn the RequireJS. The application currently relies heavily on jQuery and the plugin jQuery.jsonp.
Open ./index.html
in any browser.
Open ./tests/index.html
in any browser
Let's re-use this app to test out other new and interesting javascript frameworks.
- Javascript Frameworks
- AngularJS
- Ember.js
- Durandal.js
- React.js
- Clean up HTML
- Semantic HTML
- Clean up CSS
- use box-sizing on everything
- fix CSSLint errors
- Clean up JS
- Break
./js/jsonp.js
into CommonJS modules
- Break
- Create javascript unit tests