-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce03805
commit d474485
Showing
1 changed file
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,56 @@ | ||
 | ||
# 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: | ||
|
||
```bash | ||
git clone https://github.com/your-username/your-repo.git | ||
|
||
2. Go into directory: | ||
|
||
```bash | ||
cd BrowserCodeEditor | ||
3. Install dependencies: | ||
```bash | ||
npm install | ||
|
||
4. Start the development server: | ||
|
||
```bash | ||
npm start | ||
<br /> | ||
The application will be accessible at http://localhost:3000. | ||
<br /> | ||
## Look like this at the end | ||
#### Can select multiple languages | ||
 | ||
#### Language selected and default prompt will appear | ||
 | ||
## Contributing | ||
Feel free to contribute to this project by submitting issues or pull requests. | ||