An open API service indexing awesome lists of open source software.

https://github.com/seraprogrammer/codewhisperer

🚀 CodeWhisperer – A powerful online code editor built with React and Tailwind CSS. Featuring real-time code execution, syntax highlighting, multi-language support, and a sleek UI. Start coding instantly! 💻✨
https://github.com/seraprogrammer/codewhisperer

code codeeditor codeedittext online vscode

Last synced: about 1 month ago
JSON representation

🚀 CodeWhisperer – A powerful online code editor built with React and Tailwind CSS. Featuring real-time code execution, syntax highlighting, multi-language support, and a sleek UI. Start coding instantly! 💻✨

Awesome Lists containing this project

README

          

# JavaScript Online Code Editor

An online code editor for JavaScript that allows users to write, execute, and debug JavaScript code in a web-based environment.
![image](https://github.com/user-attachments/assets/9330d3b4-81c7-4b7c-9e24-f84f6bd7442c)

## Features
- Real-time JavaScript execution
- Syntax highlighting
- Auto-completion (if implemented)
- Error handling and debugging
- Dark mode support (if applicable)
- Save and load code snippets

## Installation
Clone the repository and open the project in your local development environment:

```sh
git clone https://github.com/seraprogrammer/codewhisperer.git
cd codewhisperer
```

Then, install dependencies (if any):

```sh
npm install
```

## Usage
Start the development server:

```sh
npm run dev
```

Or open `index.html` in your browser if it is a static project.

## Contributing
Feel free to contribute by submitting issues or creating pull requests.

## License
This project is licensed under the [MIT License](LICENSE).

## Demo
You can try the live demo here: [Live Demo](https://codewhisperer.vercel.app/)

## Author
Developed by Nazmul