https://github.com/ahmed-dotnetdev/online-editor
Real time online editor allowing developers to write their code into the respective input fields and provides html and css and js and save file as txt extension
https://github.com/ahmed-dotnetdev/online-editor
css editor html javascirpt online-editor scss
Last synced: 6 months ago
JSON representation
Real time online editor allowing developers to write their code into the respective input fields and provides html and css and js and save file as txt extension
- Host: GitHub
- URL: https://github.com/ahmed-dotnetdev/online-editor
- Owner: Ahmed-DotNetDev
- Created: 2023-07-09T12:44:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T17:25:02.000Z (almost 2 years ago)
- Last Synced: 2023-10-17T18:43:59.178Z (almost 2 years ago)
- Topics: css, editor, html, javascirpt, online-editor, scss
- Language: JavaScript
- Homepage: https://ahmed-dotnetdev.github.io/Online-Editor/
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Programming-Editor
**[LIVE DEMO](https://ahmed-dotnetdev.github.io/Online-Editor/)**
## Idea of application 🤔
- This app manage user to write HTML and CSS and javascript in separated text area and reflect it on the side frame and can save this code too## HTML demo 📑
```htmlHello
```
## CSS demo 📑
```css
h1{
color:red;
}
```
## Javascript demo 📑
```js
function changeColor(newColor) {
const elem = document.getElementById("para");
elem.style.color = newColor;
}
```## Clone Repo Â
![]()
```
git clone https://github.com/Ahmed-DotNetDev/Programming-Editor.git
```