Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandeepvashishtha/code-editor

This is a custom code editor built with React and Monaco Editor. It allows users to write and run JavaScript code directly within the browser.
https://github.com/sandeepvashishtha/code-editor

code-editor collaborate communityexchange hacktoberfest javascript monaco-editor

Last synced: about 2 months ago
JSON representation

This is a custom code editor built with React and Monaco Editor. It allows users to write and run JavaScript code directly within the browser.

Awesome Lists containing this project

README

        

# Code Editor

This is a code editor built with React and Monaco Editor. It allows users to write and run JavaScript code directly within the browser.

## Features

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

## Installation

1. **Clone the repository**:

```bash
git clone https://github.com/SandeepVashishtha/Code-Editor.git
```
```
cd code-editor
```

2. **Install dependencies**:
```bash
npm install
```
3. **Start the development server**:
```
npm start
```

## Usage
- **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.

## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.