# PureMVC TodoMVC Example

> PureMVC is a lightweight framework for creating applications based upon the classic Model, View and Controller concept.

> _[PureMVC - puremvc.org](http://puremvc.org)_


## Learning PureMVC

The [PureMVC website](http://puremvc.org) is a great resource for getting started.

Here are some links you may find helpful:

* [Documentation](http://puremvc.org/content/view/98/189)
* [Applications built with PureMVC](http://puremvc.org/content/blogsection/9/176)
* [FAQ](http://puremvc.org/content/section/3/188)
* [PureMVC on GitHub](https://github.com/puremvc)

Articles and guides from the community:

* [PureMVC Performance Test](http://blog.kaegi.net/puremvc-performance-test-compared-to-using-no-framework)

Get help from other PureMVC users:

* [PureMVC on StackOverflow](http://stackoverflow.com/questions/tagged/puremvc)
* [PureMVC on Twitter](http://twitter.com/puremvc)
* [PureMVC on Google +](https://plus.google.com/+puremvc/posts)

_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._


## Implementation

The pseudo-classes are written in PureMVC's optional built-in style.


## Credit

This TodoMVC application was created by Mike Britton and Cliff Hall.
