This expense dashboard is a simple Ember.js application that serves as a variation of the traditional todo list application:
One will need the following things properly installed on your computer:
git clone https://github.com/eddylu94/ExpenseDashboard.git
cd expense-dashboard
npm install
ember serve
- Visit the application at http://localhost:4200