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: 9 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T08:14:57.000Z (about 1 year ago)
- Last Synced: 2025-04-09T14:47:32.817Z (12 months ago)
- Topics: code, compiler, console, css, html, js
- Language: JavaScript
- Homepage: https://ourouimed.github.io/online-js-compiler/
- Size: 45.9 KB
- Stars: 1
- 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

to see live demo please visit [live demo](https://ourouimed.github.io/online-js-compiler)