An open API service indexing awesome lists of open source software.

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.

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.