Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 884 Bytes

File metadata and controls

22 lines (18 loc) · 884 Bytes

Code Editor

License: MIT made with Javascript

A basic code editor written in JavaScript. Has functionality for C++, C#, JavaScript, and Python.

Getting the project.

Clone the repository using the following command:

$ git clone https://github.com/Harrsn/Code-Editor.git

Alternatively, you can download and extract the zip file.

Starting the Editor

To start the code editor, ensure all files from this repository are in the same folder:

./script.js
./styles.css
./index.html

Then open index.html in your preferred web browser.