Skip to content

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

Notifications You must be signed in to change notification settings

Ahmed-DotNetDev/Online-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Programming-Editor

LIVE DEMO

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 πŸ“‘

<h1 onclick="changeColor('blue');" id="para">Hello</h1>

CSS demo πŸ“‘

h1{
color:red;
}

Javascript demo πŸ“‘

function changeColor(newColor) {
  const elem = document.getElementById("para");
  elem.style.color = newColor;
}

Clone Repo Β 

git clone https://github.com/Ahmed-DotNetDev/Programming-Editor.git

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published