Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.08 KB

File metadata and controls

48 lines (34 loc) · 1.08 KB

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

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:

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

Then, install dependencies (if any):

npm install

Usage

Start the development server:

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.

Demo

You can try the live demo here: Live Demo

Author

Developed by Nazmul