Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourouimed/online-js-compiler
this a simple online js compiler using html css & js , that simulate the console.log() methode
https://github.com/ourouimed/online-js-compiler
code compiler console css html js
Last synced: about 1 month ago
JSON representation
this a simple online js compiler using html css & js , that simulate the console.log() methode
- Host: GitHub
- URL: https://github.com/ourouimed/online-js-compiler
- Owner: Ourouimed
- Created: 2024-12-18T21:00:18.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-18T21:03:10.000Z (about 1 month ago)
- Last Synced: 2024-12-18T22:19:20.569Z (about 1 month ago)
- Topics: code, compiler, console, css, html, js
- Language: CSS
- Homepage: https://ourouimed.github.io/online-js-compiler/
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Js compiler
this a simple online js compiler using html css & js , that simulate the `console.log()` methode
## installation
1 - clone or download repo
```bach
git clone https://github.com/ourouimed/online-js-compiler.git
```
2 - open index.html file
## Features
- code Editor : js code editor input
- custom console : highlited `console.log()` output & Errors
- Run & Reset code
- & more comming soon ...
## Live demo
![app screenshot](./screenshot.png)
to see live demo please visit [live demo](https://ourouimed.github.io/online-js-compiler)