-
-
Money... BUCKETS
Inspiration
I wanted to solve my problem of losing track of my saving goals.
What it does
Tracks your money saving goals
How I built it
With node.js and ejs and jQuery
Challenges I ran into
Users don't get a unique ID, so I had to associate money buckets with specific accounts. This isn't going to work if multiple users can access the same account.
Accomplishments that I'm proud of
Finishing the app. Getting it to work on mobile.
What I learned
Single page apps are great and fast and scalable as long as the code is separated to different files and errors are handled properly.
What's next for Money Buckets
Decoupling money buckets with accounts. Allowing multiple accounts to be associated with each money bucket.