Skip to content

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.

License

Notifications You must be signed in to change notification settings

SandeepVashishtha/Code-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    git clone https://github.com/SandeepVashishtha/Code-Editor.git
    cd code-editor
    
  2. Install dependencies:

    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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published