Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.73 KB

examples.md

File metadata and controls

47 lines (30 loc) · 1.73 KB

@page examples Examples @parent index 5 @description Example application to learn from.

Here is the list of the example JavaScriptMVC applications. They cover specific JavaScriptMVC features and are ordered by complexity. If you need an introduction to the JavaScriptMVC framework it is best to read them in order.

[todo Todo] - open application ⇗

In this guide, we're going to be installing and walking through the simplest JavaScriptMVC application imaginable — a TODO list manager.

This article covers:

  • Separation of application logic from user interface
  • Using model lists to manage collection of models

[playermx PlayerMX] - open application ⇗

This article walks through a simple video player application utilizing Popcorn.js.

This article covers:

  • Installing and running the Application
  • Templated Events with [jQuery.Controller $.Controller]
  • How PlayerMX is built

[srchr Srchr] - open application ⇗

Srchr searches multiple services (like Flickr, Upcoming, and Twitter) and saves the results between page requests.

This article covers:

  • The ideas behind JavaScriptMVC
  • How JavaScriptMVC enables code separation
  • Event oriented architecture

[contacts Contacts] - open application ⇗

The contacts example is a lightweight application that allows users to add and organize their friend's contact information.

This article covers:

  • Installing and running the application
  • The application's structure and organization
  • How the application's widgets were designed
  • The anatomy of the application's widgets
  • How we glued the application's widgets together using event-oriented-architecture