Ok, after much encouragement from the dev.to community, Jelly Fin is now Open-Source. At the time of this writing, it's very rudimentary.
two-jelly-beans / jelly-fin
A simple way to manage your finances with forecasting. We should automate our money, not make it automate us.
Jelly Fin
Finances are hard. It's one of the first adulting things everyone has to wrestle with. So, let's make it easy and automate it. Over the course of several years, my wife and I have tracked our finances using a forecasting method and had done it all within a spreadsheet. The time came where I wanted to take this concept and make it mobile using serverless architecture and clean design.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
- Node v8.x.x or use NVM
- A Firebase project
Installing and Running
- Clone the repo.
- Run
npm install
to cover any dependencies.
Common Issues:
If installation isn't working for you, check the following:
- Your version of node (v 8.x.x) & npm(v…
Top comments (5)
Yay! Congrats!!
Nice! What's the inspiration/story behind the name?
Interesting that you asked. :) My wife's name is Kelly, so Jonathan + Kelly = Jelly. And Fin is the shortened name for Finances.
Jelly Fin is the name we ended up with for the app.
Awesome!! That's a great way of naming it. :)
Woohoo, I'm excited by this!