Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more
JavaScript HTML CSS Shell
Clone or download
3b3ziz and FadySamirSadek Fixing cursor position in todo name input (#1916)
* Fixing cursor position in todo name input

* Replacing let with var

* Defining variables at the top of the function
Latest commit 1ae9830 Jul 23, 2018
Permalink
Failed to load latest commit information.
bower_components Bump Polymer dependencies Nov 17, 2015
cypress Fix vanillajs cypress test run (#1902) Jul 2, 2018
examples Fixing cursor position in todo name input (#1916) Jul 22, 2018
media minify svg assets Jan 30, 2015
site-assets (Merge)Learn page to display all the learn.json info in one place (#1552 Mar 7, 2018
tasks update todomvc-common to 0.3.0 Nov 3, 2014
tests remove Durandal as it has been discontinued (#1911) Jul 13, 2018
tooling tests: Remove pushd for CI compat Dec 29, 2015
.editorconfig Update .editorconfig Feb 9, 2015
.gitattributes Add .gitattributes to make sure we never get CRLF into the repo Aug 18, 2012
.gitignore fix gitignore (#1915) Jul 15, 2018
.jscsrc New TodoMVC implementation in Angular 2 with ES2015 (#1581) Apr 14, 2017
.jshintrc Remove deprecated JSHint options Dec 15, 2014
.mailmap Add a Git .mailmap with my new name (#1837) Nov 17, 2017
.nojekyll Disable automatic Jekyll Jul 9, 2012
.travis.yml Adding kotlin-react implementation (#1908) Jul 13, 2018
CNAME Unbreak todomvc.com hosting May 18, 2013
app-spec.md docs: Adjust minor grammar and punctuation issues Nov 7, 2015
bower.json Bump Polymer dependencies Nov 17, 2015
changelog.md Update changelog Sep 14, 2014
circle.yml Adding kotlin-react implementation (#1908) Jul 13, 2018
code-of-conduct.md update code of conduct May 2, 2016
codestyle.md docs: Adjust minor grammar and punctuation issues Nov 7, 2015
contributing.md New examples guidelines (#1910) Jul 14, 2018
cypress.json Update cypress (#1867) Apr 2, 2018
gulpfile.js [build] dot => dots for vinylfs Jul 23, 2016
index.html Adding kotlin-react implementation (#1913) Jul 13, 2018
learn.html (Merge)Learn page to display all the learn.json info in one place (#1552 Mar 7, 2018
learn.json remove Durandal as it has been discontinued (#1911) Jul 13, 2018
learn.template.json learn.template.json: update G+ boilerplate Sep 14, 2014
license.md Improve license Sep 6, 2013
package-lock.json New examples guidelines (#1910) Jul 14, 2018
package.json update cypress Jun 3, 2018
readme.md added myself to the team :D (#1883) May 18, 2018
server.js use express.js server for tests; closes #1465 Oct 12, 2015
test-runner.sh [build] Switch to using . to extract all contents. Jul 23, 2016

readme.md

TodoMVC

Helping you select an MV* framework

Website    Blog    TasteJS

Build Status Cypress.io tests

Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing JavaScript web apps.

Backbone, Ember, AngularJS... 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, we created TodoMVC - a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.

Team

TodoMVC would not be possible without a strong team of contributors helping push the project forward each day. Additionally, we have a core project team composed of:

Addy Osmani - Founder/Lead

Addy is a Software Engineer at Google who originally created TodoMVC. He oversees the project direction, maintenance and organizes the planning and development efforts of the team.

Sindre Sorhus - Lead Developer

Sindre is a Web Developer who leads core development, quality control and application design for the project. His engineering contributions have helped us ensure consistency and best practices are enforced wherever possible. Sindre also leads up development of the TodoMVC application spec.

Pascal Hartig - Developer

Pascal is a Software Engineer at Twitter with a deep passion for consistency. He watches pull requests and helps developers getting their contributions integrated with TodoMVC.

Stephen Sawchuk - Developer

Stephen is a Front-end Engineer at Quicken Loans that cares about improving the maintainability and developer experience of open-source projects. His recent contributions include helping us move all apps over to using Bower and implementing the new information bar.

Colin Eberhardt - Developer

Colin is a software consultant at Scott Logic who is passionate about all software - from JavaScript to Java, and C# to Objective-C. His recent contribution to the project has been a fully automated test suite.

Sam Saccone - Developer

Sam is a Software Engineer at Google who is driven by an endless desire to create, solve problems, and improve developers' lives.

Arthur Verschaeve - Developer

Arthur is an open-source fanboy from Belgium. He is passionate about developer tooling and all things JavaScript.

Fady Samir Sadek - Developer

Fady is a front-end developer who loves all things JavaScript and enjoys solving real world problems using the web platform and helping other developers do the same. He currently leads maintenance of the project and ensures that the project is friendly for new contributors and upcoming developers.

Gianni Chiappetta - Logo designer

Gianni is a programmer and designer currently working as the Chief Rigger at MetaLab.

Disclaimer

TodoMVC has been called many things including the 'Speed-dating' and 'Rosetta Stone' of MV* frameworks. Whilst we hope that this project can offer assistance in deciding what frameworks are worth spending more time looking at, remember that the Todo application offers a limited view of a framework's potential capability.

It is meant to be used as a gateway to reviewing how a basic application using a framework may be structured, and we heavily recommend investing time researching a solution in more depth before opting to use it.

Also, please keep in mind that TodoMVC is not the perfect way to compare the size of different frameworks. We intentionally use the unminified versions to make reading the source code easier.

Getting Involved

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.

Check out our contribution docs for more info.

License

Everything in this repo is MIT License unless otherwise specified.

MIT © Addy Osmani, Sindre Sorhus, Pascal Hartig, Stephen Sawchuk.