@@ -37,6 +37,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
3737* [ Build a Spring Boot App with User Authentication] ( https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication )
3838
3939## JavaScript:
40+ ### Mobile Application:
41+ * [ Build a React Native Todo Application] ( https://egghead.io/courses/build-a-react-native-todo-application )
42+
4043### Web Applications:
4144* [ Create Serverless React.js Apps] ( http://serverless-stack.com/ )
4245* [ 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
5154* Build an offline-capable Hacker News client with Angular 2+
5255 * [ Part 1] ( https://houssein.me/angular2-hacker-news )
5356 * [ Part 2] ( https://houssein.me/progressive-angular-applications )
57+ * Build a Progressive Web Application (PWA)
58+ * [ Part 1] ( https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/ )
59+ * [ Part 2] ( https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/ )
60+ * [ Part 3] ( https://bitsofco.de/bitsofcode-pwa-part-3-push-notifications/ )
5461### Game Development:
5562* [ Make 2D Breakout Game using Phaser] ( https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser )
5663* 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
116123* [ Node School] ( https://nodeschool.io/ )
117124* [ ScotchIO] ( https://scotch.io/ )
118125* [ Exercism] ( http://www.exercism.io/ )
126+ * [ Egghead.io] ( http://www.egghead.io/ )
0 commit comments