Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siddharth9890/coding-machine-frontend
- Owner: Siddharth9890
- Created: 2022-04-04T12:32:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T06:53:11.000Z (9 months ago)
- Last Synced: 2024-04-15T06:43:16.018Z (8 months ago)
- Topics: code, code-editor, code-editor-online, editor, fullstack-development, ide, mern, mern-project, mern-stack, mern-stack-development, node, nodejs, react, reactjs, typescript
- Language: TypeScript
- Homepage: https://coding-machine.pages.dev/
- Size: 351 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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