Skip to content

Instantly share code, notes, and snippets.

@joshbeckman
Last active April 11, 2016 16:43
Show Gist options
  • Save joshbeckman/5808ab42a306ad8e61263595ff381ce2 to your computer and use it in GitHub Desktop.
Save joshbeckman/5808ab42a306ad8e61263595ff381ce2 to your computer and use it in GitHub Desktop.

Drone Strike Data Visualization

Build a visualization of this dataset: http://www.dronestre.am/ (http://api.dronestre.am/data)

General Outline

  • Load the data
  • Make at least two views and/or an interactive representation of the data
  • Make sure it is optimized for both desktop and mobile viewing
  • Please use some kind of VCS (please, git) and commit multiple times to show us your thought/build process

Bonus

  • Utilize loading states/UI.
  • Ideally, you build this using React, but you can use another framework if you must.
  • You could implement a data store on the client.
  • Ideally, you use this as an opportunity to analyze the data instead of simply displaying it.
  • Architect your components well!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment