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