Skip to content

Commit

Permalink
Adding Wunderkit as an example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Feb 2, 2012
1 parent a865aa4 commit 0afae7c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
Binary file removed docs/images/trajectory.png
Binary file not shown.
Binary file added docs/images/wunderkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 22 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
<li><a href="#examples-flow">Flow</a></li>
<li><a href="#examples-audiovroom">AudioVroom</a></li>
<li><a href="#examples-foursquare">Foursquare</a></li>
<li>- <a href="#examples-wunderkit">Wunderkit</a></li>
<li><a href="#examples-do">Do</a></li>
<li><a href="#examples-posterous">Posterous Spaces</a></li>
<li><a href="#examples-groupon">Groupon Now!</a></li>
Expand Down Expand Up @@ -2359,6 +2360,27 @@ <h2 id="examples-foursquare">Foursquare</h2>
<img src="docs/images/foursquare.png" alt="Foursquare" class="example_image" />
</a>
</div>

<h2 id="examples-wunderkit">Wunderkit</h2>

<p>
<a href="http://get.wunderkit.com/">Wunderkit</a> is a productivity and
social collaboration platform. It
uses Backbone.js to as the foundation for the single-page application,
which is backed by a RESTful Rails API.
The freedom and agility that Backbone gives to developers
made it possible to build Wunderkit in a very short time and
extend it with custom features: a write-through cache using HTML5
localStorage, and a view hierarchy extension to easily manage trees of
sub-views. Aside from Backbone, Wunderkit also
depends on jQuery, Underscore, Require.js, LESS and doT.js templates.
</p>

<div style="text-align: center;">
<a href="http://get.wunderkit.com/">
<img src="docs/images/wunderkit.png" alt="Wunderkit" class="example_image" />
</a>
</div>

<h2 id="examples-do">Do</h2>

Expand Down Expand Up @@ -2491,23 +2513,6 @@ <h2 id="examples-diaspora">Diaspora</h2>
</a>
</div>

<h2 id="examples-trajectory">Trajectory</h2>

<p>
<a href="https://www.apptrajectory.com/">Trajectory</a> is an agile
software planning tool used to discuss wireframes, record decisions made,
relate user stories and bugs to discussions, and track your progress and
plan the future. With Rails on the backend, Trajectory uses Backbone.js
heavily to provide a fluid story planning interface that even updates in
real-time based on the actions of other users.
</p>

<div style="text-align: center;">
<a href="http://www.apptrajectory.com/">
<img src="docs/images/trajectory.png" alt="Trajectory" class="example_image" />
</a>
</div>

<h2 id="examples-soundcloud">SoundCloud Mobile</h2>

<p>
Expand Down

0 comments on commit 0afae7c

Please sign in to comment.