What this book covers
Chapter 1, From Idea to Realization, introduces you to the structure of a basic KnockoutJS application. It's a good introduction, and it shows how KnockoutJS implements the data-binding.
Chapter 2, Starting Small and Growing in a Modular Way, shows you how to realize a BookingOnline website. We'll see how to realize template and component, and we will use RequireJS to modularize our code.
Chapter 3, SPA for Timesheet Management, shows how you to realize an SPA with DurandalJS (which uses KnockoutJS as a data-binding library).
Chapter 4, Tracking Expense Using PhoneGap, goes in a different direction by using Cordova to build a hybrid mobile application. We will use KnockoutJS with jQuery Mobile and Jasmine to show you how to test a MVVM application realized with KnockoutJS.
Chapter 5, Wizard for the Public Administration, realizes another SPA, keeping in mind accessibility and SEO.