ghinda / jotted

Environment for showcasing HTML, CSS and JavaScript, with editable source.
https://ghinda.net/jotted/
MIT License
491 stars 36 forks source link

a full blown solution #19

Closed albacoretuna closed 8 years ago

albacoretuna commented 8 years ago

hi, how could be possible to make a full stack solution like a small jsfiddle up and running using jotted? Is this just the frontend?

ghinda commented 8 years ago

You'll need a back-end to save the edited content. You could use the GitHub Gist API, or something similar.

You don't need a lot of code for the Jotted integration.

Here's a simple demo that saves all the changes you make to local storage, so they're still there after you refresh the browser: http://jsbin.com/sebibax/edit?js,output