Chapter 2. Creating a To-do List Application

In the previous chapter, we built a simple address book application and introduced the skeleton we will be using in this book to develop more complex applications. This chapter will walk you through building a more complex application, a to-do list. This application will build and enhance the concepts learned in the previous chapter.

In this chapter, you will learn how to:

  • Work with lists using observable arrays
  • Bind input elements such as text fields and dropdown to our model
  • Use the foreach flow control with templating to render a table
  • Control text using the text data binding
  • Control appearance using the css data binding
  • Use visible binding to show or hide components
  • Sort the list using the sort method of ...

Get KnockoutJS by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.