Summary
Throughout this chapter we have covered the basics for creating a Windows Store app using JavaScript. We got introduced to the tools, and what we need to get going with the development. Then we went over using Visual Studio 2012 and we got to have a look at the templates provided for the development using JavaScript.
We saw how to build an app from scratch and on the way we got to see the anatomy of a JavaScript Windows Store app; we modified this blank app to make it interact in the simplest way possible, at the click of a button. Finally, we learned how to use the ListView control to display data.
In the next chapter we will learn how to get the data that we want to display.