added screenshots and README content

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2021-05-15 18:04:06 +02:00
parent 0a2c771b7b
commit b1a212a3db
3 changed files with 40 additions and 3 deletions
+40 -3
View File
@@ -1,6 +1,40 @@
# expense
# expense WIP
> Expense Tracker
> 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](https://expense.syma.dev).
![Input fields][input]
![Generated charts][charts]
## Roadmap
- [x] Data handling
- [x] Save/Read from LocalStorage
- [x] Import/Export in UI
- [ ] Input
- [x] Name and Frequency
- [x] Tagging
- [ ] Effective date (of month)
- [ ] Analysis
- [x] Calculate average per day/month/year
- [ ] Charts
- [x] Basic Pie of every entry
- [x] Basic Pie of every tag
- [ ] Line
- [ ] General
- [ ] Branding
- [ ] Logo
- [ ] Name
- [ ] Domain
- [ ] Rethink UI
- [ ] Consider more analysis
- [ ] Refactor, clean codebase and upgrade
- [ ] Localize
## Build Setup
@@ -24,4 +58,7 @@ npm run unit
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
Based on [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack) old template.
[input]: https://expense.syma.dev/static/input.png "Input fields"
[charts]: https://expense.syma.dev/static/charts.png "Generated charts"
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB