Exercises from Web Application Development using Javascript and AngularJS course given by Rodrigo Branas (http://www.rodrigobranas.com.br) from AgileCode (http://www.agilecode.com.br) and VOffice (http://www.voffice.com.br).
A demonstration of the contact list application developed using AngularJS can be accessed using the link:
Phone List Demo - http://pedrovitti.github.io/angularjs_course/phoneList
In javascript-exercises folder has some javascript exercises (oh, really?) and a very simple restaurant ordering application using some javascript concepts like object encapsulation, inheritance, immediately-invoked functions and error handling, etc. applying developments patterns like Revealing Module, Singleton, etc. The application was tested using karma test-runner with jasmine.
- node.js (http://nodejs.org)
- karma (http://karma-runner.github.io)
- AngularJS (http://angularjs.org)
- Course Content (portuguese only)
- Programmatic Content (portuguese only)
- Pedro Vitti (http://github.com/pedrovitti)