There are various websites out there that allow for students who are new to programming to learn more about programming. This is often in the form of a REPL (Read Eval Print Loop), and is not very friendly to new programmers
This application allows for a visual representation of code. Allowing for students to create both simple programs and interactive games, of all levels of intricacy.
The appropriate client-side technologies were used for developing this project.
- JavaScript - Client-side scripting language.
- BackBone.js - For creating Single Page Applications
- BootStrap - Styling
- Bower - Dependency Management of JavaScript libraries
- Ensure that bower is installed. This can be achieved with
npm install -g bower
, and runningbower install
from the source directory. - Open index.html