Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 658 Bytes

Simple TODO App in AngularJS

Using MongoLab as a storage. Live version here.

Unit tests

For running unit test, install Karma:

npm install -g karma

And run the tests with:

karma start

Slides

This simple app was made during my talk, slides can be found here.

Thanks Elliott for the original version of these awesome slides.

Note, you need 1024x768 and Chrome to get the best result...