gabriele-tomassetti / getting-started-blockly

The companion repository of the article https://tomassetti.me/anybody-can-code-with-blockly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anyboby Can Code With Blockly

Blockly is a useful tool to help you bring programming to the masses. It is a library to create visual programming languages. The user writes code using blocks and the software transpiles it to your traditional programming language of choice. It gives the power of programming to people without any experience in coding.

This repository includes a simple example for a tutorial we wrote: Anybody Can Code With Blockly

About

The companion repository of the article https://tomassetti.me/anybody-can-code-with-blockly

License:Apache License 2.0


Languages

Language:JavaScript 75.3%Language:HTML 24.5%Language:CSS 0.3%