This is a simple code Editor which I have created using react js. Libraries I used : "@monaco-editor/react": "^4.6.0", "monaco-themes": "^0.4.4", "react-select": "^5.8.0", "react-toastify": "^10.0.4",
Editor Library I used :
The Monaco Editor is the code editor that powers VS Code. A good page describing the code editor's features is here. It is licensed under the MIT License and supports Edge, Chrome, Firefox, Safari and Opera. The Monaco editor is not supported in mobile browsers or mobile web frameworks
API I used for getting the output of code written in code-editor is A Rapid api from Judge0