Go to file
Alexander Yakovlev 451696a9e7 Light CSS & CDN fixes 2017-09-15 17:03:25 +07:00
css Light CSS & CDN fixes 2017-09-15 17:03:25 +07:00
js Light CSS & CDN fixes 2017-09-15 17:03:25 +07:00
.gitattributes 👾 Added .gitattributes & .gitignore files 2015-01-27 23:35:21 -06:00
.gitignore Removed notes.md 2015-01-27 23:42:21 -06:00
README.md Removed saving functionality 2015-02-06 00:17:38 -06:00
index.html Light CSS & CDN fixes 2017-09-15 17:03:25 +07:00

README.md

JSTinker

An open source clone of JSFiddle, this project was made to provide insight into how something like this is created. My goal was to mimic as many of JSFiddle's features as possible in an offline environment. No accounts or internet connection totally necessary (besides online resources).

Features

  • HTML/CSS/JS Editors
  • Preview
  • Syntax checks
  • Tidy Up
  • Script wrapping
  • Isolated iFrame sandbox

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Contributers

John Cipponeri (@johncipponeri)

Resources used

Ace (link)

JSBeautifier (link)

Bootstrap 3.3.2 (link)

JQuery 2.1.3 (link)

Inspiration

JSFiddle (link)

License

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.