Merge pull request #12 from biodunch/master

Added Mobile Application Dev. With React Native
This commit is contained in:
Tu Tran 2017-05-05 18:14:28 -04:00 committed by GitHub
commit 7fedc7e57f

View File

@ -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/)
@ -51,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
@ -116,3 +123,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/)