Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siddharth9890/coding-machine-frontend

Coding machine a online editor to run programs
https://github.com/siddharth9890/coding-machine-frontend

code code-editor code-editor-online editor fullstack-development ide mern mern-project mern-stack mern-stack-development node nodejs react reactjs typescript

Last synced: about 1 month ago
JSON representation

Coding machine a online editor to run programs

Awesome Lists containing this project

README

        

# Welcome to 👋 Coding Machine

A online editor to write programs and to run

## Demo

Availiable at https://coding-machine.pages.dev/

## Authors

- [@Siddharth9890](https://github.com/Siddharth9890)

## Documentation

[All docs related to project are here](https://theuniquecoder.hashnode.dev/coding-machine-a-online-editor-to-write-programs-and-to-run-it-part-1)

## Feedback

For any imporvements or found any bugs please reach out to us via email

## FAQ

#### Why does my program stops after 5 seconds

We need to stop the process after 5 seconds so that rest of the programs in queue can also execute

#### Why cant i create any other class other than Main.java

For java files i have created a Main.java file only to execute it but in future i am going to add that feature as well