Playground

Live editor. Write qrazy code, see it run.

Edit the HTML on the left. Click "Run" to see it render on the right. The preview uses the actual qrazy.js framework.

HTML
Preview

Try these

  • Change the initial count value in the counter example
  • Add a "Reset" button that sets count back to 0
  • In the todo example, add a "Clear All" button
  • Combine q-show with expressions like count > 10

qrazy.js source (~250 lines)

This is the entire framework. Everything that makes the playground work is in these ~250 lines. View on GitHub →

Loading...