Merge pull request #1289 from rizdaprasetya/patch-3

Add JS Fiddle & JS Bin front end playgrounds
This commit is contained in:
R.I.Pienaar 2019-11-04 14:12:45 +01:00 committed by GitHub
commit 955a47bf96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -719,6 +719,8 @@ Table of Contents
* [JSONPlaceholder](http://jsonplaceholder.typicode.com/) Some REST API endpoints that return some fake data in JSON format. The source code is also available if you would like to run the server locally.
* [jetbrains.com](https://jetbrains.com/products.html) — Productivity tools, IDEs and deploy tools. Free license for students, teachers, Open Source and user groups
* [codepen.io](https://codepen.io/) — CodePen is a playground for the front end side of the web
* [jsfiddle.net](https://jsfiddle.net/) — JS Fiddle is a playground and code sharing site of front end web, support collaboration as well
* [jsbin.com](https://jsbin.com) — JS Bin is another playground and code sharing site of front end web (HTML, CSS and JavaScript. Also supports Markdown, Jade and Sass)
* [repl.it](https://repl.it/) — A cloud coding environment for various program languages
* [codesandbox.io](https://codesandbox.io/) — Online Playground for React, Vue, Angular, Preact and more
* [stackblitz.com](https://stackblitz.com/) — Online VS Code IDE for Angular & React