Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.37 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.37 KB

CodeInBrowser

Welcome to CodeInBrowser This web application allows you to write and run code snippets in various programming languages.

Try it out

  1. Choose a programming language from the available options: Python, JavaScript, C Sharp, PHP, Java, and TypeScript.
  2. Write your code in the editor.
  3. Click the "Run Code" button to see the output.

Tech Stack

  • React
  • Chakra UI
  • Monaco Editor

Usage

This project uses React, Chakra UI, and Monaco Editor to create a code playground where users can experiment with different programming languages.

How to Run Locally

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git
    
  2. Go into directory:

    cd BrowserCodeEditor
    
  3. Install dependencies:

     npm install
    
  4. Start the development server:

    npm start

The application will be accessible at http://localhost:3000.

Look like this at the end

Can select multiple languages

CodeInBrowser2

Language selected and default prompt will appear

CodeInBrowser1

Contributing

Feel free to contribute to this project by submitting issues or pull requests.