Skip to content

jLevar/bucketdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bucketdrop (MVP)

Bucketdrop is a simple JavaScript prototype for managing savings.
The idea: split a single savings account into virtual buckets, with deposits automatically distributed into categories based on user-defined percentages.


Features (MVP)

  • Command-line interface (CLI) only
  • Define buckets (e.g., Emergency, Travel, Investments)
  • Assign percentages for allocation
  • Simulate deposits and see how funds are distributed
  • Persistent storage using JSON

Planned Features

  • Plaid API integration for connecting to real accounts
  • Web/desktop interface beyond the CLI MVP

Status

🚧 This project never moved past the CLI MVP phase.
It’s preserved here as a prototype and proof of concept for category-based savings management.


Tech Stack

  • JavaScript (Node.js) for CLI logic
  • JSON for basic data handling and storage

About

CLI prototype for partitioning savings into customizable buckets, with planned Plaid API integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors