Malte311 / FinanceList-Desktop

:moneybag: A Cross-Platform Finance Manager :moneybag:
MIT License
1 stars 3 forks source link

Online Demo #85

Closed Malte311 closed 3 years ago

Malte311 commented 4 years ago

Create an online version of FinanceList, using the local storage instead of the file system. For the demo version, create dates via JS in order to keep the display up to date.

Malte311 commented 3 years ago

First step: Remove require('fs') from anywhere except the JsonStorage class.