Simple survivors data visualization for learning purposes
- JavaScript
- D3.js
- dimple.js
- Materialize CSS
Before start, clone the repository.
You have to install http-server
to run everything, do it via npm
:
npm install http-server -g
This will install http-server
globally so that it may be run from the command line.
Then in your command line run:
http-server './path-to-location-where-you-cloned-repo/titanic-visualization-d3-dimple' -o
And just go to 127.0.0.1:8080