├── Backend └── main.js ├── Frontend ├── app.js ├── bootstrap.min.js ├── css │ ├── bootstrap.min.css │ └── index.css ├── edit.png ├── index.html ├── index.js ├── jquery-3.4.1.min.js ├── mode-c_cpp.js ├── mode-java.js ├── mode-python.js ├── popper.min.js ├── theme-ambiance.js ├── theme-chaos.js ├── theme-chrome.js ├── theme-clouds.js ├── theme-clouds_midnight.js ├── theme-crimson_editor.js ├── theme-eclipse.js ├── theme-nord_dark.js ├── theme-solarized_dark.js └── theme-twilight.js ├── Photoes ├── Desktop.png └── mobile.jpg ├── README.md ├── package.json └── server.js /Backend/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Backend/main.js -------------------------------------------------------------------------------- /Frontend/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/app.js -------------------------------------------------------------------------------- /Frontend/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/bootstrap.min.js -------------------------------------------------------------------------------- /Frontend/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/css/bootstrap.min.css -------------------------------------------------------------------------------- /Frontend/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/css/index.css -------------------------------------------------------------------------------- /Frontend/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/edit.png -------------------------------------------------------------------------------- /Frontend/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/index.html -------------------------------------------------------------------------------- /Frontend/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/index.js -------------------------------------------------------------------------------- /Frontend/jquery-3.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/jquery-3.4.1.min.js -------------------------------------------------------------------------------- /Frontend/mode-c_cpp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/mode-c_cpp.js -------------------------------------------------------------------------------- /Frontend/mode-java.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/mode-java.js -------------------------------------------------------------------------------- /Frontend/mode-python.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/mode-python.js -------------------------------------------------------------------------------- /Frontend/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/popper.min.js -------------------------------------------------------------------------------- /Frontend/theme-ambiance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-ambiance.js -------------------------------------------------------------------------------- /Frontend/theme-chaos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-chaos.js -------------------------------------------------------------------------------- /Frontend/theme-chrome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-chrome.js -------------------------------------------------------------------------------- /Frontend/theme-clouds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-clouds.js -------------------------------------------------------------------------------- /Frontend/theme-clouds_midnight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-clouds_midnight.js -------------------------------------------------------------------------------- /Frontend/theme-crimson_editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-crimson_editor.js -------------------------------------------------------------------------------- /Frontend/theme-eclipse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-eclipse.js -------------------------------------------------------------------------------- /Frontend/theme-nord_dark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-nord_dark.js -------------------------------------------------------------------------------- /Frontend/theme-solarized_dark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-solarized_dark.js -------------------------------------------------------------------------------- /Frontend/theme-twilight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Frontend/theme-twilight.js -------------------------------------------------------------------------------- /Photoes/Desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Photoes/Desktop.png -------------------------------------------------------------------------------- /Photoes/mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/Photoes/mobile.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/package.json -------------------------------------------------------------------------------- /server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishabhgarg25699/CodeBox-ONLINE_IDE/HEAD/server.js --------------------------------------------------------------------------------