A basic code editor written in JavaScript. Has functionality for C++, C#, JavaScript, and Python.
Clone the repository using the following command:
$ git clone https://github.com/Harrsn/Code-Editor.gitAlternatively, you can download and extract the zip file.
To start the code editor, ensure all files from this repository are in the same folder:
./script.js
./styles.css
./index.htmlThen open index.html in your preferred web browser.