Metro Walkthrough: Creating a Task List with a ListView and IndexedDB
- by Stephen.Walther
The goal of this blog entry is to describe how you can work with data in a Metro style application written with JavaScript. In particular, we create a super simple Task List application which enables you to create and delete tasks.
Here’s a video which demonstrates how the Task List application works:
In order to build this application, I had to…