Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waxer59/dinamicjs
https://github.com/waxer59/dinamicjs
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/waxer59/dinamicjs
- Owner: Waxer59
- License: mit
- Created: 2022-09-02T08:40:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T05:18:59.000Z (2 months ago)
- Last Synced: 2024-09-13T16:45:22.118Z (2 months ago)
- Language: JavaScript
- Homepage: https://dinamicjs.netlify.app/
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)