Server-less web app to display data gathered by Reporter.
- Import data using the files Reporter saved to your Dropbox.
- See charts for all the questions you added in Reporter.
- Available chart types:
- Stacked bar chart
- Vertical bar chart
- Punch chart (hour/weekday and report impetus/weekday)
There is no server. All the data you 'uploaded' is in fact just read by your browser and stored until you close the browser window. All analyzing happens on your own computer and nothing is send to any third party.
- HTML5 FileReader API (only works in browsers that support this)
- React.js
- CoffeeScript
- lodash
- browserify
MIT