https://github.com/jackhowa/jack-money-assignment
This assignment is due March 3. It's the donations of a campaign more than $5,000, using a table.
https://github.com/jackhowa/jack-money-assignment
Last synced: 4 months ago
JSON representation
This assignment is due March 3. It's the donations of a campaign more than $5,000, using a table.
- Host: GitHub
- URL: https://github.com/jackhowa/jack-money-assignment
- Owner: JackHowa
- Created: 2016-03-03T22:15:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T22:21:17.000Z (about 10 years ago)
- Last Synced: 2025-01-21T16:44:30.107Z (over 1 year ago)
- Language: HTML
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Assignment:
Make a table using the `donations_over_5K.json`. The data contains all campaign donations over $5,000 filed with the Missouri Ethics Commission.
* To create your table, you'll use the following:
* A for loop
* jQuery's append method
* HTML table markup ([Reference here](http://www.w3schools.com/html/html_tables.asp))
* Bootstrap styles and style rules covered in the [ProPublica Data Style Guide](https://github.com/propublica/guides/blob/master/news-apps.md) reading and the [Remove to Improve Gifs](https://github.com/propublica/guides/blob/master/news-apps.md) (specifically, the table example).
Follow the commented instructions in `script.js`, `index.html` and `style.css`. You'll probably also want to refer to [the comments](https://github.com/chriscanipe/exercise-three/blob/master/js/script.js) I left in the execise-three repository.
* Commit it to your Git repo and send me the link via email.
* Due before class on Thursday March, 3.