Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/quine-edit
https://github.com/wisehackermonkey/quine-edit
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisehackermonkey/quine-edit
- Owner: wisehackermonkey
- License: other
- Created: 2023-08-17T22:44:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T02:13:03.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:24:10.085Z (8 months ago)
- Language: HTML
- Size: 291 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quine-edit
https://wisehackermonkey.github.io/quine-edit/# quine-edit
Quine-edit is a simple web app that allows you to edit the source code and see the changes live in the browser.
## Demo
![Alt text](image.png)
The source code is displayed in a textarea box. As you edit the HTML, CSS, and JavaScript, the webpage updates in real time. Nothing is safe from the editor even the text box itself!
## Installation
To install the dependencies:
```
git clone https://github.com/yourname/quine-edit.git
cd quine-edit
```### With Python
```
python -m http.server 8000
```Then open http://localhost:8000 in your browser.
## License
This project is open source and available under the [MIT License](LICENSE).