An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![headwinds tutorials](http://www.headwinds.net/projects/tutorials/trojan-horse.png)

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!