A project to make sense out of a CSV data, analyze it, and then visualize it to help in decision making using Javascript
- git clone
https://github.com/vishivish18/decision-making-js.git
- Run
npm install
from project directory - Run
gulp dev
to start project and the magic begins onlocalhost:1805
- Run
gulp js
to concat and minify all js inapp.built.js
- Run
gulp css
to process Sass to Css inapp.css
- It uses node to serve an angular app with MV* architecture
- All operations are done on this data
- The frontend fetches this data and the performs operations to turn it into something meaningful
- gulp
- tc-chart-js An angular directive over Charts.js
Well this is kind of a learning project, feel free to fork it and happy hacking :)
Copyright (c) 2016 Vishal Ranjan