Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pvamshi/jsrun

Playground for javascript code execution
https://github.com/pvamshi/jsrun

code ide javascript playground

Last synced: 17 days ago
JSON representation

Playground for javascript code execution

Awesome Lists containing this project

README

        

[https://jsrun.dev](https://jsrun.dev) lets you to run javascript code and preview the `console.log` output. It can be used for learning or as a scratchpad.

### Features

* **Transparency** : Entire source code is available in github
* **You own your data** : All the scripts you save is stored in [Gists](https://gists.github.com), you own them. They are not tied to jsrun anyway.
* **Secure** : Authentication is by github. So, only github knows who registered with this app and their credentials.
* **Single purpose**: The goal of this app is to do one thing and do it well, i.e run javascript code. It is not intended to run HTML or CSS. So it *not* a replacement for other good apps such as [https://codepen.io](https://codepen.io) or [https://jsbin.com](https://jsbin.com) or [https://jsfiddle.net](https://jsfiddle.net)

### Tech stack

* [ReactJS](https://reactjs.org/) (web framework)
* No backend 😆
* [BlueprintJs](https://blueprintjs.com/) (Components)
* [Create React AppContainer](https://github.com/facebook/create-react-app) (project generating and build scripts)
* Github Oauth2 ( authentication)
* [Gists](https://gists.github.com) ( Store your scripts )