This is a code editor built with React and Monaco Editor. It allows users to write and run JavaScript code directly within the browser.
- Code execution: Execute JavaScript code directly within the browser.
- Monaco Editor: Utilizes Monaco Editor for a rich code editing experience.
- Responsive design: Optimized for various screen sizes.
-
Clone the repository:
git clone https://github.com/SandeepVashishtha/Code-Editor.git
cd code-editor
-
Install dependencies:
npm install
-
Start the development server:
npm start
- Writing Code: Write your JavaScript code in the Monaco Editor.
- Running Code: Click the "Run Code" button to execute the JavaScript code and view the output in the console on the right.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.