KB
Kalyani Bajirao
Component 1 - Copy this React, Mui Component to your project
At the top of sandbox there will be a select dropdown to select multiple languages (only JS will suffice for now) On the left section user will be able to write js code On the right there will be the output with the run code button. You can use monaco as code editor for the sandbox and xterm for terminal After running the code you need to display an option to the user for them to save their sandbox. Saved sandbox will be non-editable and be displayed on the home screen, just so that the user can see the output of the last executed code.
Prompt