Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 868 Bytes

File metadata and controls

34 lines (22 loc) · 868 Bytes

My Code Editor

This project is a my own version of an online code editor, inspired in some mainstream websites (e.g. CodeSandbox).

Available Scripts

In the project directory, you can run:

npm start

    Runs the app in the development mode. 
    Open http://localhost:3000 to view it in the browser.

    The page will reload if you make edits.
    You will also see any lint errors in the console.

Available Features

Languages and technologies

    In this project you can develop a web app using the trinity:
        - CSS
        - JS
        - HTML

Configurate the editor

    You are capable to edit some configurations of the editor just like:
        - Font family
        - Font size
        - Tab size

Save and upload files

    COMING SOON