Skip to content

Commit d53d08f

Browse files
committed
divide javascript into subcategories
1 parent f878631 commit d53d08f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,29 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
3535
* [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs)
3636

3737
## JavaScript:
38+
### Web Applications:
3839
* [Create Serverless React.js Apps](http://serverless-stack.com/)
3940
* [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
4041
* [Create a Character Voting App with React, Node, MongoDB and SocketIO](http://sahatyalkabov.com/create-a-character-voting-app-using-react-nodejs-mongodb-and-socketio/)
4142
* [Build a Full Stack Movie Voting App with Test-First Development using Mocha, React, Redux and Immutable](https://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html)
4243
* [Build a URL Shortener with Node, MongoDB and Hapi.js](https://www.codetuts.tech/build-a-url-shortener-node-hapi-js/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
4344
* [Build an Instagram Clone](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
44-
* [How to Build a Web Framework in Less Than 20 Lines of Code](https://www.pubnub.com/blog/build-yourself-a-web-framework-in-less-than-20-lines-of-code/)
4545
* [Build a real-time Markdown Editor with NodeJS](https://scotch.io/tutorials/building-a-real-time-markdown-viewer)
4646
* Build a Serverless MERN Story App with Webtask.io
4747
* [Part 1](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-1)
4848
* [Part 2](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-2)
49+
### Game Development:
4950
* [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser)
5051
* Make Flappy Bird in HTML5 and JavaScript with Phaser
5152
* [Part 1](http://www.lessmilk.com/tutorial/flappy-bird-phaser-1)
5253
* [Part 2](http://www.lessmilk.com/tutorial/flappy-bird-phaser-2)
54+
### Desktop Application:
5355
* Build a Music Player with React & Electron
5456
* [Part 1](https://scotch.io/tutorials/build-a-music-player-with-react-electron-i-setup-basic-concepts)
5557
* [Part 2](https://scotch.io/tutorials/build-a-music-player-with-react-electron-ii-making-the-ui)
5658
* [Part 3](https://scotch.io/tutorials/build-a-music-player-with-react-electron-iii-bringing-it-all-together)
59+
### Miscellaneous:
60+
* [How to Build a Web Framework in Less Than 20 Lines of Code](https://www.pubnub.com/blog/build-yourself-a-web-framework-in-less-than-20-lines-of-code/)
5761

5862
## Python:
5963
### Web Scraping:

0 commit comments

Comments
 (0)