Here’s an easy reading assignment to get you started with TodoMVC.
- Clone the repository from https://github.com/tastejs/todomvc
- Open it in a suitable IDE or editor
- Browse a few of the examples in the
/examplesfolder. - Skim at least one example in a familiar framework, and one in an unfamiliar framework.
- Skim the framework-free examples:
javascript-es6andweb-components - Make some notes on observations and questions that come to mind - on any level - as you browse through these.