Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waxer59/dinamicjs


https://github.com/waxer59/dinamicjs

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# DinamicJs

It is an application that runs js in real time, its console is displayed on the right where you can see the logs,
all the code is serialized in the url in base64 to be able to share or save it.

# Start the project in dev mode

1. Install all project dependencies with the command:

```
yarn
```

2. Start the project with the command:

```
yarn dev
```

## Environments

- DEV = development
- TEST = testing
- PROD = production

## Default Snippets

- **clg** : console.log
- **imp** : import
- **afn** : arrow function
- **afc** : async function
- **fnc** : function
- **for** : for
- **forin** : for in
- **forof** : for of
- **foreach** : for each
- **while** : while
- **dowhile** : do while
- **if** : if
- **ifelse** : if else
- **ife** : if else if
- **switch** : switch
- **try** : try catch
- **map** : map
- **filter** : filter
- **reduce** : reduce

## Technologies used

- [Monaco editor](https://microsoft.github.io/monaco-editor/)
- [FontAwesome](https://fontawesome.com/)
- [SweetAlert2](https://sweetalert2.github.io/)
- [Loop protect](https://www.npmjs.com/package/loop-protect)
- [SplitJs](https://www.npmjs.com/package/split.js?utm_source=cdnjs&utm_medium=cdnjs_link&utm_campaign=cdnjs_library)
- [React](https://es.reactjs.org/)
- [Redux](https://es.redux.js.org/)
- [SweetAlert2](https://sweetalert2.github.io/)
- [Stylized json](https://www.npmjs.com/package/stylized-json)
- [Auto console log](https://www.npmjs.com/package/babel-plugin-auto-console-log)