Provides Beautiful Data Visualization using Leaflet, AngularJS, and Angular Material.
- displays a score for an area that's searchable on a map
- the areas are sectioned into 3 layers, County, City, Zip Code
- colors are given to each score based on their combined attributes
- the score is derived from calculating the standard deviation from each data set and adding them together
- the datasets that are being calculated are housing(Zillow), crime(downloaded online), jobs (Glassdoor)
- the score adjust in real-time to what the user thinks are important to them
- the map also gives markers for restaurants and schools in that area when the users zooms in
This project was developed by Danh Le, Taylor Sturtz and Weikuan Sun with contributions from Tammy Lau, Mike Justo, Miles Bretall and Jason Welch
For without his guidance, this project would not have been completed in a timely manner.
Our JavaScript framework providing incredible 2 way data binding.
Angular Leaflet was chosen over Angular Google Maps. Our map datasets are largely driven by geoJSON.
Our project was designed with Google Material Design methodology.
The graphs and pie charts was created using D3, a document database driven library for JavaScript
Firebase was used to host our datasets that were collected through various APIs. JSON data was called from Zillow API, Glassdoor, and public crime data files.