/ExpenseDashboard

Simple Ember.js application

Primary LanguageJavaScript

Description

This expense dashboard is a simple Ember.js application that serves as a variation of the traditional todo list application:

Expense Dashboard

Project Setup

Prerequisites

One will need the following things properly installed on your computer:

Installing the application

  • git clone https://github.com/eddylu94/ExpenseDashboard.git
  • cd expense-dashboard
  • npm install

Running the application