Newer
Older
expense / README.md

expense WIP

Basic Expense Tracker to analyse yearly/monthly/daily transactions.

Completely cloudless, cookieless and trackingless. All data is stored in LocalStorage.

Build with Vue, Webpack, Bootstrap(Vue) and JUI Charts

Hosted here: expense.syma.dev.

Input fields

Generated charts

Roadmap

  • Data handling
    • Save/Read from LocalStorage
    • Import/Export in UI
  • Input
    • Name and Frequency
    • Tagging
    • Effective date (of month)
  • Analysis
    • Calculate average per day/month/year
    • Charts
      • Basic Pie of every entry
      • Basic Pie of every tag
      • Line
  • General
    • Branding
      • Logo
      • Name
      • Domain
    • Rethink UI
    • Consider more analysis
    • Refactor, clean codebase and upgrade
    • Localize

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

Based on vuejs-templates/webpack old template.