Angular Dashboard is a JavaScript User Interface built with Angular 1 that offers you different draggable widgets, ready to get data from external web services. view demo
A Dashboard provide a real time graphical view of performance and key indicators of an organization towards one or more business processes
Angular Dashboar provide you a responsive UI and allows you to move the widget you want in the page. All widget can access and read external info from your own web services to show the your real company data.
(Drag and drop works on desktop and tablet devices).
All DOM events you need are cached, and you can customize your own dashboar as you want.
- 4 Percentage widget
- 4 Tiles widget (Facebook, Twitter, Downloads, Weather)
- 1 Map widget
- 1 Line chart widget
- 2 Donut chart widgets
- 1 Gauge widget
- 1 Bar widget
$ git clone https://github.com/Alberto-/angular-dashboard.git
From project root ( Prerequisites: node package manager )
$ npm install
this will download all npm and bower required packages (bower install)
$ npm start
This will execute "gulp compressJS && gulp compressCSS" commands, just to create the required JS & CSS file. Then will be started a simple http-server.
Angular Dashboard will run on http://localhost:8000
$ npm test
1.2
MIT