https://github.com/datamade/eitc-map
Earned Income Tax Credit Map for Voices for Illinois Children
https://github.com/datamade/eitc-map
Last synced: 11 months ago
JSON representation
Earned Income Tax Credit Map for Voices for Illinois Children
- Host: GitHub
- URL: https://github.com/datamade/eitc-map
- Owner: datamade
- License: mit
- Created: 2014-05-07T21:11:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T12:24:25.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T16:38:24.612Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://eitcworks.org/
- Size: 14.7 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EITC Works
The Earned Income Tax Credit (EITC) helps people who work but struggle to get by on low wages, while also reducing poverty, increasing tax fairness, and boosting local economies across the state. Doubling the Illinois Earned Income Tax Credit (EITC) from 10 to 20% of the federal EITC is one of the best investments Illinois can make.
This map allows Illinois residents to explore their legislative district and see how EITC effects them.
## Running locally
``` bash
git clone git@github.com:datamade/eitc-map.git
cd eitc-map
# to run locally
python -m SimpleHTTPServer
```
navigate to http://localhost:8000/
# Web dependencies
We used the following open source tools:
* [Bootstrap](http://getbootstrap.com/) - Responsive HTML, CSS and Javascript framework
* [Leaflet](http://leafletjs.com/) - javascript library interactive maps
* [jQuery Address](https://github.com/asual/jquery-address) - javascript library creating RESTful URLs
* [GitHub pages](https://pages.github.com/) - free static website hosting
# Data
Our map was built using open data from Chicago and Cook County:
* [2011 Illinois House Districts](http://ilhousedems.com/redistricting/2011-maps/Legislative_Districts_Public_Act/House%20and%20Senate%20shape%20files.zip)
* [Brookings Tax Year 2012 EITC Interactive](http://www.brookings.edu/research/interactives/eitc)
* [Characteristics of EITC-Eligible Tax Units in 2012 by State](http://www.brookings.edu/research/interactives/~/media/B3EAE3F03D9946A1A506D00405440513.ashx) - Metropolitan Policy Program at Brookings
* EITC Table from IRS Compliance Data Warehouse, Tax Year 2012
## Team
* Derek Eder - developer, content
* Eric van Zanten - developer, GIS data merging
## Errors / Bugs
If something is not behaving intuitively, it is a bug, and should be reported.
Report it here: https://github.com/datamade/eitc-map/issues
## Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Commit, do not mess with rakefile, version, or history.
* Send a pull request. Bonus points for topic branches.
## Copyright
Copyright (c) 2015 DataMade and Voices for Illinois Children. Released under the [MIT License](https://github.com/datamade/eitc-map/blob/master/LICENSE).