From eceee2e842d1fbdec005924a9ae4077aabafd201 Mon Sep 17 00:00:00 2001 From: housseindjirdeh Date: Tue, 2 May 2017 12:33:47 -0400 Subject: [PATCH] add angular2+ hacker news tutorial --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d79914d..bc218d7 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * Build a Serverless MERN Story App with Webtask.io * [Part 1](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-1) * [Part 2](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-2) +* 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) ### Game Development: * [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser) * Make Flappy Bird in HTML5 and JavaScript with Phaser