Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 747 Bytes

File metadata and controls

13 lines (12 loc) · 747 Bytes

Code Tester

A premade code tester library for the web, currently has :

  • HTML (with CSS and JS support)
  • CSS (test your css styling)
  • JS (with experimental console that is output only (and making UIs with JS can be weird))

Advantages

  • 🚀 Blazing fast
  • :accessibility: Simple

How to set up:

  • Add the files from inside whichever code tester folder you want into your website folder
  • When you want to use the code tester, ensure the code is saved to a local storage item named "torun", as well as specifying which language HTML file to go to when you call it (could be through window.location.href="js.html" for the JS tester (replace with css.html or html.html for your use case))
  • And voila! the code tester will do the rest