Overview
This project implements interactive data visualization of urban growth factors from 2012-2024: housing prices, population, number of jobs, and median income. This project consists of custom html, css and javascript files using the d3 javascript library.
The project is organized as follows:
-
HTML Files
index.html
: The main landing page of the project.comparisons.html
: A secondary page focused on visual comparisons.
-
Styles Folder
- Contains CSS files for styling the pages:
index.css
: Styles specific to theindex.html
file.comparisons.css
: Styles specific to thecomparisons.html
file.
- Contains CSS files for styling the pages:
-
JS Folder
- Contains all the JavaScript files for the visualizations and interactions.
-
Data Folder
- Contains data files used in the visualizations.
- See the Process Book (section 'Sources for initial data') for the sources of the data.
-
Process Book
- Contains logs of the entire process of creating this visualization.