RohanDas28 / JS-SandBox

Monaco Powered Code Sandbox, Written in ReactJS

Home Page:https://js-code-sandbox.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Code Sandbox

JS Code Sandbox is an online JavaScript code editor that allows you to write and run JavaScript code in a browser environment.

Live Demo

Visit JS Code Sandbox to try it out live!

Features

  • Interactive JavaScript code editor powered by Monaco Editor.
  • Run and test your JavaScript code in real-time.
  • View the output and console logs instantly.
  • Responsive design for a seamless experience on various devices.

How to Use

  1. Visit the JS Code Sandbox website.
  2. Enter your JavaScript code in the editor.
  3. Click the "RUN!" button to execute the code.
  4. View the output and any console logs in the result section.

Technologies Used

  • React
  • Monaco Editor
  • Vercel (for hosting)

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/RohanDas28/CodeSandBox.git
  2. Install dependencies:

    cd CodeSandBox
    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and visit http://localhost:5173.

Contributing

If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the License file for details.

Author


Created with ❤️ by Rohan Das.

About

Monaco Powered Code Sandbox, Written in ReactJS

https://js-code-sandbox.vercel.app

License:MIT License


Languages

Language:JavaScript 93.5%Language:HTML 5.6%Language:CSS 0.8%