Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sandeepvashishtha/code-editor
- Owner: SandeepVashishtha
- License: mit
- Created: 2024-07-22T18:24:12.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T19:11:03.000Z (about 2 months ago)
- Last Synced: 2024-10-28T20:21:58.310Z (about 2 months ago)
- Topics: code-editor, collaborate, communityexchange, hacktoberfest, javascript, monaco-editor
- Language: JavaScript
- Homepage: https://code-editor-pi-two.vercel.app/
- Size: 2.03 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.