Simple Editor is a simple project developed using HTML, CSS, and JavaScript. This project is a simple previewer for basic HTML markup. When you open the project, you can see the editing page on your browser where you can type words on one side of the page. Also, see its results on another side at the same time.
About Simple Editor In JavaScript
The Simple Editor is simply in HTML5, CSS, canvas, and JavaScript. There is two division of the editor page. The user can type any word on the left side of the editor page and you can automatically see the changes on the right side of the editor page. Also, you can make changes on the left side of the page and see its result on the right side immediately after the changes. You can write something in the editor and use the toolbar to format your post with HTML. A preview of your formatted content will display in real-time.
This project includes a lot of JavaScript for making validations to certain parts of the project.
How To Run Simple Editor In JavaScript ?
To run these games you don’t need to have any kind of local server but yet a browser. We recommend you to use modern browsers like Google Chrome and Mozilla Firefox for better performance. To run the project, first, open the project in your browser by clicking the index.html file.