This is a React Project with NodeJs and expressJs using CodeMirror and compilex libraries. Users can write code in various languages, give the input and receive the desired output. Compilex is used to compile the code written by the user.
- Fork this repository and using your IDE, run : git pull "your_forked_repository_url"
- The next step is to install the necessary dependencies using the command: "npm install" or "yarn install"
- The next step is to change the directories of the files in the Api.js file which are default to D:idecompiler/ to the location in which you have setup your files
- The next step is to run the project using the command: "npm start" or "yarn start" This will run the project locally and you can acess CodeIt on the port 8000
PLEASE USE THIS GOOGLE DRIVE LINK TO WATCH THE SAMPLE VIDEO OF CodeIt IDE https://drive.google.com/file/d/1U_th8175V1d5A_s_NITMOMq2MHocWCXT/view?usp=sharing