GradyD / The-Vault

The Vault is a personal finance manager app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Vault

External Libs

Recommended Atom Packages

Notes:

The folder structure is that the (APP) is located in /src folder.

To install all dependencies run npm install.

(Windows Only) To run the app in a command prompt navigate to the root of this project and type 'grunt test'.

To Do:

  • Create App folder structure
  • Create grunt build file
  • Build App!
  • Externalize the top menu (json file?)
  • Modify grunt build file to build distributable exe/app
  • Add SQLite
    • Figure out waht methods are needed for database.js (create, load, update, insert, select, run query, etc)
    • Save SQLite database in app data using .db extension (make sure can be read back in)
    • Read in bank statements ('Add Bank Statement' aka file open);
  • Add logging to config.js
  • Add logging to index.html
  • Adjust logging to roll logs ever X minutes or at specific size
  • Log cleanup (delete after 5 days?)
  • Figure out what methods are needed for config.js (load, update, etc)

About

The Vault is a personal finance manager app


Languages

Language:JavaScript 90.1%Language:HTML 9.9%