Commit 959c0d1c authored by Sindre Sorhus's avatar Sindre Sorhus

README cleanup and update of examples

parent 5ff14ec7
##TodoMVC - A common demo application for popular JavaScript MV* frameworks (0.3pre)
## TodoMVC
##Introduction
#### A common demo application for popular JavaScript MV* frameworks
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?
## Introduction
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 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:
#### Todo apps are included for:
* Backbone.js
* Ember.js (SproutCore 2.0)
* Spine.js
* JavaScriptMVC
* Dojo
* Sammy.js
* YUILibrary
* KnockoutJS
* Knockback
* AngularJS
* Broke.js
* Fidel.js
* ExtJS
- Backbone.js
- Backbone.js + RequireJS
- Ember.js
- JavaScriptMVC
- Spine.js
- Sammy.js
- KnockoutJS (MVVM)
- Knockback.js
- Dojo
- YUILibrary
- AngularJS
- Angular + PersistenceJS
- Ext.js
- Broke.js
- Fidel.js
Additionally, apps are also included for:
###### Non MV*
* Backbone + RequireJS (using AMD for modules)
* AngularJS + PersistenceJS
* A jQuery-only (non-MVC) app is included too for comparison purposes
- jQuery
- Vanilla JS
##Screenshots:
## Screenshot
Preview of some of the apps included:
![screenshot](https://raw.github.com/addyosmani/todomvc/master/screenshot.png)
<img width="90%" src='http://www.blarnee.com/images/009.jpg'/>
##Team
## Team
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
## 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/).
## Official Site & Getting Involved
For live previews of Todo apps and more information on the project, see the official [TodoMVC site](http://addyosmani.github.com/todomvc/).
Whilst we enjoy implementing and improving existing Todo apps, we're always interested in speaking to framework authors (and users) wishing to share Todo app implementations in their framework/solution of choice. If you have an implementation you would like to show us or a patch you would like to send upstream, please feel free to send through a pull request. One of us will be happy to review them and consider them for inclusion.
Note that due to the current number of MVC/MVVM/MV* frameworks in circulation at the moment, it's not always possible to include each one in TodoMVC, but we'll definitely discuss the merits of any framework prior to making a decision. We hope you understand :)
##Next release
## Next release
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