/pennyfulv2

Redo of the pennyful project but with Vue instead of React.

Primary LanguageVue

Pennyful (V2)

Minimalist expense tracker. Integrates with your favorite spreadsheet (any of them). Entirely in the browser.

Feature Roadmap

  1. Fundamentals: Basic working expense tracker
  • export spend report
  • visualizing spend
  • filtering, grouping, sorting
  • Multiple currencies
  • PWA functionality
  1. Budgets TBA

Getting Started

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build