Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pvamshi/jsrun
- Owner: pvamshi
- Created: 2019-09-05T19:51:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:05:36.000Z (about 2 years ago)
- Last Synced: 2024-11-01T22:43:27.742Z (2 months ago)
- Topics: code, ide, javascript, playground
- Language: JavaScript
- Homepage: https://jsrun.dev
- Size: 4.44 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
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 )