Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.21 KB

File metadata and controls

19 lines (16 loc) · 1.21 KB

This Project is based on SpringBoot. Idea of this project is to enable Online Editing of Codes written in different Programming Languages although there is enough projects like this but they are require premium membership or lacks some functions. We are using Manaco library to reach IDE level code editing and Xtern to reach real command like interface for I/O.

Version 1

Limitations :
  • Only Java Languages is supported
  • Unable to accept dynamic input
  • See application.properties to edit PORT
  • Only Single Class is spported named "Main"
  • "Control/Command + Enter" executes the Program
Preview 1 : Basic "Hello, World" Program with "Main" Class Screenshot 2024-12-01 at 10 38 36 PM

Preview 2 : In this version, you must define class as "Main" Screenshot 2024-12-01 at 10 41 50 PM Screenshot 2024-12-01 at 10 42 19 PM