Skip to content

EyeScary-Development/Code-Tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The code tester files from CSCode, now available as standalone

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 87.9%
  • JavaScript 12.1%