Commit 5120ff3b authored by addyosmani's avatar addyosmani

updating markup for readme

parent 68b7de09
### This is the initial repo for TodoMVC - a rough idea for a new project.
<p>Now more-so than ever, developers are interested in learning how to effectively apply the MVC architecture pattern to their JavaScript projects. The problem most devs experience when starting this process for the first time is trying to figure out <strong>which</strong> client-side MVC tool they should be using - <a href="">JavaScriptMVC<a>? <a href="">Backbone</a>? <a href="">Spine</a>? <a href="">Sammy</a>?. The list of solutions goes on. </p>
<p>In addition to good documentation, libraries should ideally also be accompanied with a good set of <strong>examples</strong>. Some of them do a great job of this whilst others could use a little work. </p>
Now more-so than ever, developers are interested in learning how to effectively apply the MVC architecture pattern to their JavaScript projects. The problem most devs experience when starting this process for the first time is trying to figure out which client-side MVC tool they should be using - JavaScriptMVC? Backbone? Spine? Sammy?. The list of solutions goes on.
In addition to good documentation, libraries should ideally also be accompanied with a good set of examples. Some of them do a great job of this whilst others could use a little work.
<p>TodoMVC is a simple idea - the <strong>same</strong> sample application(s), built in each of the major JS MVC libraries so that you can easily find out how to:<ul>
TodoMVC is a simple idea - the same sample application(s), built in each of the major JS MVC libraries so that you can easily find out how to:
<ul>
<li>Solve a common goal</li>
<li>Learn how solutions approach achieving a goal differently</li>
<li>Easily learn how to use the library in the process</li>
</ul></p>
</ul>
<p>Where a project already offers a particular example, what TodoMVC does is ensure that there's consistency across cross-browser compatibility, features, UI and setup information.</p>
Where a project already offers a particular example, what TodoMVC does is ensure that there's consistency across cross-browser compatibility, features, UI and setup information.
### Notes
......
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