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! 💻✨
- Host: GitHub
- URL: https://github.com/seraprogrammer/codewhisperer
- Owner: seraprogrammer
- Created: 2025-02-04T18:08:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T03:31:13.000Z (over 1 year ago)
- Last Synced: 2026-01-01T21:51:51.460Z (5 months ago)
- Topics: code, codeeditor, codeedittext, online, vscode
- Language: JavaScript
- Homepage: https://codewhisperer.vercel.app
- Size: 253 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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