This is a code editor implemented using HTML, CSS, and JavaScript. It allows users to write, edit, and test HTML, CSS, and JavaScript code in real-time. The editor also provides the following features:
- Syntax highlighting for HTML, CSS, and JavaScript.
- Copy code to clipboard.
- Save code to local storage.
- Lock/unlock code for editing.
-
Clone the repository to your local machine.
-
Open
index.htmlin your preferred web browser. -
Use the editor to write and edit your code. You can toggle the lock icon to prevent further edits.
-
Use the "Copy" button to copy your code to the clipboard.
-
Use the "Save" button to save your code to local storage. This allows you to retrieve it later even after closing the browser.
CodeEditor.png
If you'd like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
-
Make your changes and commit them with descriptive messages.
-
Push your changes to your fork.
-
Create a pull request to merge your changes into the master repository.
Feel free to reach out to [amitsharma13102002@gmail.com] for any questions or feedback.