A modern pros and cons list web app built in AngularJS.
Install Node.js and then:
$ git clone git@github.com:anuragsimgeker/ProsAndCons.git
$ cd ProsAndCons
$ npm -g install grunt-cli karma bower phantomjs
$ npm install
$ bower install
$ grunt watch
Finally, open file:///path/to/ProsAndCons/build/index.html
in your browser.
Happy hacking!