https://github.com/headwinds/tutorials
a collection of javascript-based tutorials
https://github.com/headwinds/tutorials
Last synced: about 1 year ago
JSON representation
a collection of javascript-based tutorials
- Host: GitHub
- URL: https://github.com/headwinds/tutorials
- Owner: headwinds
- Created: 2013-10-25T01:26:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-13T15:11:01.000Z (over 12 years ago)
- Last Synced: 2025-02-11T16:21:14.440Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://headwinds.net/tutorials/
- Size: 1.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

tutorials
=========
#### tl;dr
a series of UI tutorials that focus a few foundational elements about building large apps without putting you to sleep
#### marionettejs collection view
This first tutorial builds on what I've learned about a Backbone view leveraing MarionetteJS which extends it to create views with a specific purpose: to display collection of items.
[demo](http://www.headwinds.net/projects/tutorials/marionettejs/marionettejs-collection-view/)
[source](https://github.com/headwinds/tutorials/tree/master/marionettejs/marionettejs-collection-view)
by all means, cannibalize this codebase and create your own projects with stuff that interests you!