1.4 KiB
1.4 KiB
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.
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
- Branding
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.

