Commit d76d3eef authored by Addy Osmani's avatar Addy Osmani

Minor updates to readme.

parent dfa8390e
##TodoMVC - A common demo application for popular JavaScript MVC frameworks (0.25)
##TodoMVC - A common demo application for popular JavaScript MV* frameworks (0.25)
##Introduction
Developers these days are spoiled with choice when it comes to selecting an MVC framework for structuring and organizing JavaScript web apps. Backbone, Spine, Ember.js (SproutCore 2.0), JavaScriptMVC... the list of new and stable solutions goes on and on, but just how do you decide on which to use in a sea of so many options?
Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing JavaScript web apps. Backbone, Spine, Ember.js (SproutCore 2.0), JavaScriptMVC... the list of new and stable solutions goes on and on, but just how do you decide on which to use in a sea of so many options?
To help solve this problem, TodoMVC was created - a project which offers the same Todo application implemented using MVC concepts in most of the popular JavaScript MVC frameworks of today. Solutions look and feel the same, have a common feature set, and make it easy for you to compare the syntax and structure of different frameworks, so you can select the one you feel the most comfortable with.
To help solve this problem, TodoMVC was created - a project which offers the same Todo application implemented using MVC concepts in most of the popular JavaScript MV* frameworks of today. Solutions look and feel the same, have a common feature set, and make it easy for you to compare the syntax and structure of different frameworks, so you can select the one you feel the most comfortable with.
####Todo apps are included for:
......@@ -38,6 +38,10 @@ Preview of some of the apps included:
As of January 2012, I'm happy to introduce [Aaron Boushley](https://github.com/boushley) as a core committer to TodoMVC. Aaron is a JavaScript developer with a keen interest in architectural frameworks and will be helping both standardize existing examples and improve the project as we work on expansion.
##Notes
Remember that the Todo application offers a limited view of what a framework may be capable of. It is meant to be used as a gateway to reviewing how a very basic application using a framework may be structured an we heavily recommend investing time researching a solution in more depth before opting to use it.
##Official site & Getting Involved
For live previews of Todo apps and more information on the project, see the official TodoMVC site here: [http://addyosmani.github.com/todomvc/](http://addyosmani.github.com/todomvc/).
......@@ -56,4 +60,4 @@ Note that due to the current number of MVC/MVVM/MV* frameworks in circulation at
##Next release
The target release timeline for TodoMVC 0.3 in mid-January 2012. This will contain standardized revisions to existing applications as well as Dojo (and other) implementations of the Todo app.
\ No newline at end of file
The target release timeline for TodoMVC 0.3 is late-Feb 2012. This will contain standardized revisions to existing applications as well as Dojo (and other) implementations of the Todo app.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment