This is a template for building visualization tools.
It takes care of several requirements shared by most visualization tools on the web:
- A system for getting input files from the user
- Reading and parsing input files into the format that D3 can best use
- A way to communicate error messages and other information to the user
- Navigation bar with a page structure that works in this single-page app, with room for tutorials, citation information, and where to find the open-source code
- An example D3 visualization to experiment with and replace with your own
index.html is the starting point and contains notes throughout for where to modify the template.