Learning JS and MVC, sample apps?

Hi Folks,

I’m trying to learn JS and MVC, are there any tutorials that show you how to create a simple app?

Thanks

Hi mattastic,

Are you already familiar with JS at all, or you’re starting from scratch with both?

There are many good online resources for learning JS, one I often recommend is Eloquent JavaScript, which should bring you up to speed.

On the MVC side of things, I recommend checking out the TodoMVC site, which has multiple versions of basic to-do list application. One is built in plain JS, and others with a variety of different frameworks/libraries so you can compare how they are used to build apps.