Merge pull request #98 from nishitkshah/master

Added a tutorial on making ToDo App with Angular 5. Also updated descriptions of some Angular links.
This commit is contained in:
Tu Tran 2018-07-18 23:41:36 -04:00 committed by GitHub
commit 1282fac699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,14 +181,17 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
#### Angular:
* [Build an Instagram Clone](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
* [Build an Instagram Clone with Angular 1.x](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
* Build an offline-capable Hacker News client with Angular 2+
* [Part 1](https://houssein.me/angular2-hacker-news)
* [Part 2](https://houssein.me/progressive-angular-applications)
* [Build a web application with Django and AngularJS](https://thinkster.io/django-angularjs-tutorial)
* [Build a Google+ clone with Django and AngularJS (Angular 1.x)](https://thinkster.io/django-angularjs-tutorial)
* Build A Beautiful Real World App with Angular 6 :
* [Part I](https://medium.com/@hamedbaatour/build-a-real-world-beautiful-web-app-with-angular-6-a-to-z-ultimate-guide-2018-part-i-e121dd1d55e)
* [Build Responsive layout with BootStrap 4 and Angular 6](https://medium.com/@tomastrajan/how-to-build-responsive-layouts-with-bootstrap-4-and-angular-6-cfbb108d797b)
* ToDo App with Angular 5
* [Introduction to Angular](http://www.discoversdk.com/blog/intro-to-angular-and-the-evolution-of-the-web)
* [Part 1](http://www.discoversdk.com/blog/angular-5-to-do-list-app-part-1)
#### Node: