Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.16 KB

conversions

https://code4policy.github.io/conversions/

  1. clone your repo into ~/Development and cd into it (PLEASE FORK if you did not accept this assignment through Github classroom)
  2. turn on http server python3 -m http.server 8000
  3. go through each example's README, select one to complete (you may do more for practice, but only one is required)
  4. commit and push to GitHub

Example Order

A more detailed explanation of how to complete example 7 can be found here.

Bonus

  1. Split out HTML, CSS and JavaScript into 3 separate files
  2. Make one modification (any modification) to the D3 graphic - like changing the colors for example.