Skip to content

TitusRobyK/Code-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Code Editor

This is a quick on the fly online hassle-free code editor which enables Developers to quickly format or edit random code without disturbing your Local IDE. This Code base utilizes Microsoft's Monaco Editor. The Monaco Editor is the code editor which powers VS Code, with the features better described here.

Try it out

Try the editor out [on our website](-- coming soon --).

Installing

Clone this repo

$ npm install .

open index.html in your local browser.