alexcosmin / email-dashboard

Email dashboard in AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

####Installation

  1. Make sure you have node.js, npm and bower installed
  2. cd to project root
  3. npm install (this will also call bower install)
  4. npm start
  5. Open a browser and browse the app at http://localhost:8000/app/index.html

####Testing

The app has been tested with Chrome v.45 on OS X Yosemite.

####Live version

The app has been deployed to Firebase hosting and it's live here.

####Purpose

The purpose of this project was to learn how to display charts and tables with pagination from a JSON data set, while using AngularJS.

About

Email dashboard in AngularJS


Languages

Language:JavaScript 62.0%Language:HTML 37.0%Language:CSS 1.1%