This is a simple HTML editor. You can edit your HTML code and save it to a file. You can also load a file and edit it
- Live preview
-
Syntax highlighting - Auto Tag Closing
- Auto Syntax Completion
- File Saving and Loading
- User Friendly
- Clone Project on Github
git clone https://github.com/Varshithvhegde/htmleditor.git
var editor = new HTMLEditor();
editor.render();
Feel free to contribute!
- Fork the repository on GitHub
- Clone the repository in your local machine and run it using live server
- Make your changes and commit them
- Push your changes to the repository
- Open a pull request
- Wait for the pull request to be merged
- Thank you!
Give a ⭐️ if this project helped you!