2021-05-15 18:04:06 +02:00
2021-05-13 15:21:41 +02:00
2021-05-13 15:21:41 +02:00
2021-05-13 15:21:41 +02:00
2021-05-13 15:21:41 +02:00
2021-05-13 15:21:41 +02:00
2021-05-13 15:21:41 +02:00
2021-05-13 15:21:41 +02:00
2021-05-13 15:21:41 +02:00
2021-05-13 15:21:41 +02:00
2021-05-13 20:37:12 +02:00
2021-05-13 20:59:40 +02:00
2021-05-15 18:04:06 +02:00

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.

S
Description
Basic Expense Tracker to analyse yearly/monthly/daily transactions.
https://expense.syma.dev/
Readme
1.8 MiB
Languages
JavaScript 52.1%
Vue 47.1%
HTML 0.8%