Skip to content

Commit bf3422d

Browse files
committed
Add a series of complete tutorial.
1 parent 42446e9 commit bf3422d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ NOTE 2: Soon, I plan to remove all links that deal with Angular 1.0 or 1.1. All
9292
* [AngularJS Directives Fundamentals](http://www.pluralsight.com/courses/angularjs-directive-fundamentals) - Paid
9393
* [Ninja: Building MVP with AngularJS + FireBase by cloning TaskRabbit](http://code4startup.com/projects/ninja-learn-angularjs-firebase-by-cloning-udemy)
9494
* [AngularJS Services In-depth](http://www.pluralsight.com/courses/angularjs-services-in-depth) - Paid
95+
* [AngularJS Office Hours with AngularUI Founder: Best Practices, UI-Router, and ORM](https://www.codementor.io/angularjs/tutorial/angularjs-best-practices-ui-router-orm)
9596

9697
## Courses
9798

@@ -201,6 +202,7 @@ NOTE 2: Soon, I plan to remove all links that deal with Angular 1.0 or 1.1. All
201202
* [Creating your first Angular 2 app: From authentication to calling an API and everything in between](https://auth0.com/blog/2015/05/14/creating-your-first-real-world-angular-2-app-from-authentication-to-calling-an-api-and-everything-in-between)
202203

203204
## Introductions/Beginning AngularJS (also look at the multipart articles)
205+
204206
* [Getting Started With AngularJS] (http://www.adobe.com/devnet/html5/articles/getting-started-with-angularjs.html)
205207
* [AngularJS Tutorial: A Comprehensive 10,000 Word Guide](https://www.airpair.com/angularjs/posts/angularjs-tutorial)
206208
* [Everything you need to understand to start with AngularJS] (http://stephanebegaudeau.tumblr.com/post/48776908163/everything-you-need-to-understand-to-start-with)
@@ -229,12 +231,20 @@ NOTE 2: Soon, I plan to remove all links that deal with Angular 1.0 or 1.1. All
229231
* [Managing Client-Only State in AngularJS](http://www.sitepoint.com/managing-client-state-angularjs/)
230232
* [***AngularJS one-time binding syntax](http://toddmotto.com/angular-one-time-binding-syntax/)
231233

234+
### Tutorial Series
235+
* [Part 1 -- Building a Calendar with LESS CSS, Font Awesome, and Moment](https://www.codementor.io/angularjs/tutorial/angularjs-calendar-directives-less-cess-moment-font-awesome)
236+
* [Part 2 -- Flipping Tiles with CSS3 Animations and AngularJS](https://www.codementor.io/angularjs/tutorial/animated-flip-tiles-css3-angularjs)
237+
* [Part 3 -- How to Make a Sliding Menu with Directives](https://www.codementor.io/angularjs/tutorial/making-a-sliding-menu-with-directives-less-css)
238+
* [Part 4 -- Creating a Focus Text Box Control With Fancy Feedback](https://www.codementor.io/angularjs/tutorial/focus-text-box-control-feedback-input-less-css)
239+
* [Part 5 -- Creating a Dropdown Control For Your Site](https://www.codementor.io/angularjs/tutorial/create-dropdown-control)
240+
232241
## Best Practices/Style Guides
233242
* [***My Personal Angular JS Best Practices Guide] (https://github.com/jmcunningham/angularjs-styleguide)
234243
* [Opinionated AngularJS styleguide for teams] (http://toddmotto.com/opinionated-angular-js-styleguide-for-teams/)
235244
* [AngularJS Style Guide](https://github.com/johnpapa/angularjs-styleguide) by John Papa: A starting point for AngularJS development teams to provide consistency through good practices.
236245
* [AngularJS Best Practices: Directory Structure](http://scotch.io/tutorials/javascript/angularjs-best-practices-directory-structure)
237246
* [AngularJS style guide used at GoCardless] (https://github.com/gocardless/angularjs-style-guide)
247+
* [Learn AngularJS Online - A Guide](https://www.codementor.io/learn-angularjs)
238248

239249
## Lessons Learned
240250
* [Lessons Learned: A Year with a Large AngularJS Project] (http://joelhooks.com/blog/2013/05/22/lessons-learned-kicking-off-an-angularjs-project/)

0 commit comments

Comments
 (0)