Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 677 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 677 Bytes

Web-based code editor

Run your code in Python, C#, Java, and JavaScript through a code editor where you can write and run code in the browser

Here's how it works:

  1. Runs a temporary website with vite with a traditional editor interface
  2. When (run code) is pressed, it grabs code text from your input and processes it with a Piston API
  3. Returns accurate code output and errors

Imporant Info

It uses Monaco editor with React

All necessary libraries are listed at the top imports

Program in action

doit_codeEditor_runthru.-.Made.with.Clipchamp.mp4

How to run it locally

npm install

npm install axios

npm run dev