Skip to content

gitter-badger/bricks-front-react

This branch is 1 commit ahead of, 257 commits behind lambdabricks/bricks-front-react:master.

Repository files navigation

WIP

Join the chat at https://gitter.im/lambdabricks/bricks-front-react

Lambda Blocks

TODO: Add screenshot

History of the project

As I was working as a teacher in a bootcamp, I realized that there is a lot of incidental complexity when someone is learning to program. This is my attempt of a tool that makes learn to program easier.

There are a lot of visual programming environments, this project differentiates by 3 main ideas:

  • Teaches Functional Programming.
  • The connections between blocks are as important as the blocks. In most of the other projects the connections are just lines.
  • The execution flow is from top to bottom, not from left to right like in most projects. I think flow from top to bottom is more natural, an example in the real world is gravity.

Development

You need npm & browserify installed on your machine.

$ git clone https://github.com/lambdabricks/bricks-front-react.git
$ cd blocks-front-react
$ npm install
$ npm start

Open localhost:8080 in your browser.

TODO: Add description of the components and state of the application.

About

Visual Programming Environment frontend for 'Lambda Bricks'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%