Our web application can be accessed by this link.
We built the website by D3.JS, Bootstrap, TopoJson and Textures.JS.
Then we deployed our code on Heroku.
To run the code locally, you can run python3 -m http.server 8000 in the same dir with the index.html.
we designed five web pages to demonstrate our project.
index.html: the home page.about.html: the background page.single.html: Pearson Correlation.multi.html: Multiple regression.ch2.html: Chi-Squared test.
To present our visualization, we have several .JS files.
main.jsmap.jsscatter.jsbar-turnout.jsbar-tweets_cnt.js
Other files include:
data: this dir stores our dataset.index.php: this file is used for deployment on heroku.us-states.json: for creating US map.icon.png: this is the icon for our website.css: for bootstrap.main.css: for css.