From 826c786b6fe92471b50a277f01732266e4424ebe Mon Sep 17 00:00:00 2001 From: Biodun Chris Date: Fri, 5 May 2017 07:02:28 +0100 Subject: [PATCH 1/3] Added Egghead.io to Additional Resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc218d7..99a17eb 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,4 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Node School](https://nodeschool.io/) * [ScotchIO](https://scotch.io/) * [Exercism](http://www.exercism.io/) +* [Egghead.io](http://www.egghead.io/) From b691db7681a05b8061d0f6d88cd7ad9848430be2 Mon Sep 17 00:00:00 2001 From: Biodun Chris Date: Fri, 5 May 2017 07:09:25 +0100 Subject: [PATCH 2/3] Added Mobile Application Dev. With React Native --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 99a17eb..ef213bf 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build a Spring Boot App with User Authentication](https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication) ## JavaScript: +### Mobile Application: +* [Build a React Native Todo Application](https://egghead.io/courses/build-a-react-native-todo-application) + ### Web Applications: * [Create Serverless React.js Apps](http://serverless-stack.com/) * [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/) From ddaf3c04f620dcd2bc3f654130a48b3c6d1e894a Mon Sep 17 00:00:00 2001 From: Biodun Chris Date: Fri, 5 May 2017 07:22:50 +0100 Subject: [PATCH 3/3] Added how to build a PWA --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef213bf..8c8104b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * 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 Progressive Web Application (PWA) + * [Part 1](https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/) + * [Part 2](https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/) + * [Part 3](https://bitsofco.de/bitsofcode-pwa-part-3-push-notifications/) ### 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