Videos
Is Code Sandbox a legit and safe editor?
Using CodeSandBox instead of local for projects
I've started programming, need a Cloud IDE (codesandbox?)
Made an online code editor, like CodeSandbox. Think VS Code in the browser
I am a student and I'm currently learning React JS and my friend recommended this Code Sandbox to use it as a simpler and faster alternative to creating the npm apps on my local machine that React JS usually requires. I just want to ask if that site is sketchy or safe and if it has any drawbacks?
Is there any other reason for using local over codesandbox-type online editors, than the fact that it gives local hosting and is with the files locally secured? Thanks in advance.
I started a programming course to learn HTML, CSS, Javascript and some libraries and frameworks to learn both backend and frontend (tailwind, bootstrap, node.js, next.js, express.js, react and vue.js) there are many exercises/mini projects to do to consolidate the theory and working full time, I find it difficult to use vs code because I use two different PCs (one at work and one at home). I ASK if there is any online IDE that I can use to learn html css and web programming always using the same version of the files because I'm finding it difficult to learn and every time having to transport the code from one PC to another using google drive... I read about: https://codesandbox.io/ https://codepen.io/
But I don't want to buy courses I just want to have an IDE in the cloud to program and therefore always work on the latest version, without having to move folders, jpg, etc of my files (html, css, js, assets etc) every time
What do you recommend? thanks
Hey guys, I've made an online code editor from scratch. Think CodeSandbox, but watered down a little. It uses xterm.js to give a shell to the user on the frontend, and monaco editor for editing your files, and I generate the folder structure recursively. I've used Zustand for global state management
There's also multi file support, so you can switch between open tabs just like the real thing. I tried to get it as close to VS Code as possible, and there's a bunch of stuff still left to do, but a major chunk of the project is done.
Lemme know what you think!
https://github.com/rajatmaheshwari2512/CodeFiddle
After forking a sandbox we can download the whole project by hovering over main menu at top left and click download sandbox :
Save your sandbox and Go to your 'Dashboard'. Go to Dashboard
Then click on the menu for the particular sandbox that you would like to export and click on 'Export Sandbox'.
Export sandbox
This seemed to work for me. Trying to download from within the sandbox itself downloaded an empty folder or a zipped folder that would display an error message when trying to extract. Downloading single files from within the sandbox left menu seems to work. Downloading folders does not.
Using Chrome on Windows 11.