Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.01 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.01 KB

Sudo-Ide

An interactive IDE for writing code Windows only.

Use it

  1. Clone the project on your system
  2. Move into ide-server and run npm install then npm run dev to start the server
  3. Move into ide-client and run npm install then npm start to start the react server

Note:-
Remember to set the path of C, C++, Java, python in your system
by setting environment variables.

IMPROVED FEATURES

Added VS Code Editor to the app !!!! New Look

Available Language

  1. C

Without Input

With Input

  1. C++

Without Input

With Input

  1. Java

Without Input

With Input

  1. Python

Without Input

With Input