Contact Manager is a Node.js implementation of Dan Wellman's Building a Contacts Manager Using Backbone.js tutorial on net.tutsplus.com.
I have broken the tutorial up into separate parts to correspond to the parts in the original tutorial.
There are separate branches: part1, part2, part3, and part4 as well as version tags on the master branch: v0.1, v0.2, v0.3, v0.4 that correspond to the tutorial.
You can view each version in the master branch by checkout that version:
git checkout v0.4
or by checkout out a branch:
git checkout part4
I'll update this repo as I progress through the rest of the tutorial.