Welcome to CodeInBrowser This web application allows you to write and run code snippets in various programming languages.
- Choose a programming language from the available options: Python, JavaScript, C Sharp, PHP, Java, and TypeScript.
- Write your code in the editor.
- Click the "Run Code" button to see the output.
- React
- Chakra UI
- Monaco Editor
This project uses React, Chakra UI, and Monaco Editor to create a code playground where users can experiment with different programming languages.
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git
-
Go into directory:
cd BrowserCodeEditor
-
Install dependencies:
npm install
-
Start the development server:
npm start
The application will be accessible at http://localhost:3000.
Feel free to contribute to this project by submitting issues or pull requests.