A code editor created using React. It can compile languages such as JavaScript (Node.js), C, C++, PHP, Java, TypeScript, etc.. It uses Monaco Editor which powers VS Code too and Judge0 for compiling and executing codes.
This project was developed with the assistance of a blog on freeCodeCamp : Build a Code IDE with React
- git clone
https://github.com/Narayan2206/code-editor.git npm install- Get api keys by registering on RapidAPI.
- Create a
.envfile based on.env.sampleand add your api keys. - Run the project using
npm start.