Skip to content

vishivish18/decision-making-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decision Making With JS

A project to make sense out of a CSV data, analyze it, and then visualize it to help in decision making using Javascript

Website license

Setup

  • 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 on localhost:1805

Other gulp tasks

  • Run gulp js to concat and minify all js in app.built.js
  • Run gulp css to process Sass to Css in app.css

Architecture

  • 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

Tools Used

Contribution

Well this is kind of a learning project, feel free to fork it and happy hacking :)

License

MIT License

Copyright (c) 2016 Vishal Ranjan

About

A project to make sense out of a CSV data, analyze it, and then visualize it to help in decision making using Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published