R3posit-IDE is a simple Integrated Development Environment (IDE) for writing and executing JavaScript code. Built with the Monaco Editor, it offers a clean and modern interface where users can quickly test and run their code in a terminal-like output.
- Code Editing: Write JavaScript code using the Monaco Editor with syntax highlighting and code suggestions.
- Execution: Run your code with a single button click and see the output in the terminal area below.
- User-Friendly Interface: The IDE has a minimalist design, focusing on the code editing experience without distractions.
- Clone or Download: Clone this repository or download it as a ZIP file.
- To run the project, navigate to the project directory in your terminal and execute the command:
npm start
- Write and Run Code: Enter your JavaScript code in the editor, and click the "Run Code" button to execute it. The output will appear in the terminal section below.
You can test it by writing simple JavaScript code like:
console.log("Hello, World!");
When you run the code, the output will display in the terminal.
--> Contributing
Contributions are welcome! Feel free to open issues for feature requests or bug reports, and submit pull requests to improve the IDE.
--> License
This project is open-source and available under the MIT License.