Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.21 KB

README.md

File metadata and controls

47 lines (30 loc) · 2.21 KB

Coverage Status JavaScript Style Guide Codacy Badge

corporate-dashboard

Udacity Corporate Dashboard Project - Focusing on modularity and component based application design. This application is accepting a CSV file on load and continuously updates data without full page refresh by pushing new JSON data through Socket IO connection, merging this data to Redux store and dom diffing this new state with Mithril's auto-redrawing system.

Features & Technologies

Installation

Get started by installing npm; please follow this tutorial -> http://blog.npmjs.org/post/85484771375/how-to-install-npm

  • npm i

Running

  • Run gulp start

View demo in the browser at 'http://localhost:3000'

Thank you for checking out this project.

License

Copyright (c) 2016 Richard Ivan.

Licensed under the MIT license.