Coditor is interactive playground for the frontend development. The project will be similar to codepen/jsfiddle/jsbin but the main difference is interactivity. Coditor will allow changing your JS code, HTML, and CSS right in your rendered results, also it will allow creating the most popular elements with one click.
Why? Because there are many online playgrounds for frontend but now all of them are very primitive, some of them are even working only as a text editor. However, their potential is huge.
So I decided to start working on own project in this area. Right now it is only a carcass for the future project. But the main idea is creating a really interactive playground which will simplify frontend development.
It was developed with Vue and CodeMirror.
In this update, I added render of your code, meaning now you can change the code in the editor and immediately view the results on the same page. Also, I deployed the project to Github Pages, so now you can test the project online — https://sihaelov.github.io/coditor
Commits for github pages: #1, #2, #3.
Posted on Utopian.io - Rewarding Open Source Contributors