Application that helps user understand the Bloch Sphere
you can run it online: demo
or
you can download this repo and run it from a Web server. If you have python, you can start a web server with the next line of code:
Python 3 > python -m http.server 8000
Python 2 > python -m SimpleHTTPServer 8000
open a browser with the next URL [http://127.0.0.1:8000]
Original project from James Weaver Lots of awesomeness added by Ismael Faro Sertage