mirror of
https://github.com/practical-tutorials/project-based-learning.git
synced 2025-02-20 07:12:06 +00:00
Merge pull request #12 from biodunch/master
Added Mobile Application Dev. With React Native
This commit is contained in:
commit
7fedc7e57f
|
@ -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)
|
* [Build a Spring Boot App with User Authentication](https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication)
|
||||||
|
|
||||||
## JavaScript:
|
## JavaScript:
|
||||||
|
### Mobile Application:
|
||||||
|
* [Build a React Native Todo Application](https://egghead.io/courses/build-a-react-native-todo-application)
|
||||||
|
|
||||||
### Web Applications:
|
### Web Applications:
|
||||||
* [Create Serverless React.js Apps](http://serverless-stack.com/)
|
* [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/)
|
* [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+
|
* Build an offline-capable Hacker News client with Angular 2+
|
||||||
* [Part 1](https://houssein.me/angular2-hacker-news)
|
* [Part 1](https://houssein.me/angular2-hacker-news)
|
||||||
* [Part 2](https://houssein.me/progressive-angular-applications)
|
* [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:
|
### Game Development:
|
||||||
* [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser)
|
* [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
|
* 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/)
|
* [Node School](https://nodeschool.io/)
|
||||||
* [ScotchIO](https://scotch.io/)
|
* [ScotchIO](https://scotch.io/)
|
||||||
* [Exercism](http://www.exercism.io/)
|
* [Exercism](http://www.exercism.io/)
|
||||||
|
* [Egghead.io](http://www.egghead.io/)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user