Add JS Fiddle & JS Bin front end playgrounds

This commit is contained in:
Rizda Dwi Prasetya 2019-11-04 14:12:53 +07:00 committed by GitHub
parent 999bee1b64
commit 5bb9a57a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -718,6 +718,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