An online code editor for JavaScript that allows users to write, execute, and debug JavaScript code in a web-based environment.
- Real-time JavaScript execution
- Syntax highlighting
- Auto-completion (if implemented)
- Error handling and debugging
- Dark mode support (if applicable)
- Save and load code snippets
Clone the repository and open the project in your local development environment:
git clone https://github.com/seraprogrammer/codewhisperer.git
cd codewhisperer
Then, install dependencies (if any):
npm install
Start the development server:
npm run dev
Or open index.html
in your browser if it is a static project.
Feel free to contribute by submitting issues or creating pull requests.
This project is licensed under the MIT License.
You can try the live demo here: Live Demo
Developed by Nazmul