An app for real-estate investors who wish to do high-level research on geographies (specifically MSAs) in which they want to invest.
Stars
2
Forks
1
Watchers
2
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
95
commits
tweaked handleStats async functionality; need to refactor to allow separation of addStatsToMap from handleCbpStats()
aba76d4View on GitHubchanged the handleStats() function to use async and await, eliminating synchronous race condition that caused an undefined error for some stats
c2ecd92View on GitHubmade MapBox accessToken a global variable, similar to the census key
1fb8139View on GitHubmade templateStatistics less verbose and created a function for generating the hamburger menu svg
1b66fe3View on GitHubincreased the padding for msa shapes for larger screen sizes to improve usability
407bf98View on GitHubused css clip-path to add text to button then hide it
b0ee762View on GitHubgave the hamburger button a value, name, and type because WAVE said it was empty
51a94f6View on GitHub