Skip to content

R3posit-IDE is a simple IDE application that allows users to write and execute JavaScript code. It is built using Monaco Editor and provides a terminal to display output from the executed code.

Notifications You must be signed in to change notification settings

R3posit/R3posit-IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R3posit-IDE

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.

Features

  • 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.

Usage

  1. Clone or Download: Clone this repository or download it as a ZIP file.
  2. To run the project, navigate to the project directory in your terminal and execute the command:
npm start
  1. 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.

Example

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.

Screenshot of R3posit-IDE

--> 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.

About

R3posit-IDE is a simple IDE application that allows users to write and execute JavaScript code. It is built using Monaco Editor and provides a terminal to display output from the executed code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published