Skip to content

austinbra/DoitCodeEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published