rbrahul / SimpleWebEditor

A simple html,css and javascript editor to write and test html,css and javascript in realtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleWebEditor

A simple html,css and javascript editor to write and test html,css and javascript in realtime. It uses HTML5 LocalStorage to save snippets. And has the ability to export and import these snippet as JSON format. #Basic Featuers

1. Write and Test HTML
2. Styling With CSS 
3. Javascipt Supported
4. Jquery Supported.
5. Save your snippet
6. Edit your snippet
7. Export your snippet as json file
8. Import your snippet from json file.

Note:

Since this editor is single page app and all the html,css and js codes are part of the same page. So changing the style of page may also change the styling of the editor. And Sometime error in your javascript code can affect the editor to work properly.

About

A simple html,css and javascript editor to write and test html,css and javascript in realtime.


Languages

Language:JavaScript 59.6%Language:CSS 23.4%Language:HTML 17.0%