All Projects → two-jelly-beans → jelly-fin

two-jelly-beans / jelly-fin

Licence: GPL-3.0 license
A simple way to manage your finances with forecasting. We should automate our money, not make it automate us.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to jelly-fin

financial-forecast
Personal Financial Forecasting Model
Stars: ✭ 24 (-75%)
Mutual labels:  personal-finance, budgeting, forecasting
dimeshift-desktop
DimeShift desktop application
Stars: ✭ 14 (-85.42%)
Mutual labels:  personal-finance, budgeting
web-config
A Rollup configuration to build modern web applications with sweet features as for example SCSS imports, Service Worker generation with Workbox, Karma testing, live reloading, coping resources, chunking, treeshaking, Typescript, license extraction, filesize visualizer, JSON import, budgets, build progress, minifying and compression with brotli a…
Stars: ✭ 17 (-82.29%)
Mutual labels:  budgeting
Clerk
Personal finance application based on double entry system.
Stars: ✭ 12 (-87.5%)
Mutual labels:  personal-finance
modeltime.ensemble
Time Series Ensemble Forecasting
Stars: ✭ 65 (-32.29%)
Mutual labels:  forecasting
COVID19-Algeria-and-World-Dataset
A COVID-19 dataset with 90 World countries including Algeria.
Stars: ✭ 18 (-81.25%)
Mutual labels:  forecasting
mlforecast
Scalable machine 🤖 learning for time series forecasting.
Stars: ✭ 96 (+0%)
Mutual labels:  forecasting
notebooks
Code examples for pyFTS
Stars: ✭ 40 (-58.33%)
Mutual labels:  forecasting
Solar-Rad-Forecasting
In these notebooks the entire research and implementation process carried out for the construction of various machine learning models based on neural networks that are capable of predicting levels of solar radiation is captured given a set of historical data taken by meteorological stations.
Stars: ✭ 24 (-75%)
Mutual labels:  forecasting
YNAB-reporter
Reporting system for You Need A Budget
Stars: ✭ 26 (-72.92%)
Mutual labels:  personal-finance
lisflood-code
Lisflood OS - LISFLOOD
Stars: ✭ 62 (-35.42%)
Mutual labels:  forecasting
OpenBudgeteer
OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
Stars: ✭ 501 (+421.88%)
Mutual labels:  budgeting
budgetal-rails
💵 Personal budget application
Stars: ✭ 18 (-81.25%)
Mutual labels:  budgeting
forecasting models
An overview of univariate time series forecasting models with sample code.
Stars: ✭ 39 (-59.37%)
Mutual labels:  forecasting
fpp3package
All data sets required for the examples and exercises in the book "Forecasting: principles and practice" (3rd ed, 2020) by Rob J Hyndman and George Athanasopoulos <http://OTexts.org/fpp3/>. All packages required to run the examples are also loaded.
Stars: ✭ 93 (-3.12%)
Mutual labels:  forecasting
bgfinancas
Personal Finance Manager / Gerenciador de Finanças Pessoais (JavaFX)
Stars: ✭ 40 (-58.33%)
Mutual labels:  finances
cfdm
A Python reference implementation of the CF data model
Stars: ✭ 24 (-75%)
Mutual labels:  forecasting
Diebold-Mariano-Test
This Python function dm_test implements the Diebold-Mariano Test (1995) to statistically test forecast accuracy equivalence for 2 sets of predictions with modification suggested by Harvey et. al (1997).
Stars: ✭ 70 (-27.08%)
Mutual labels:  forecasting
ff
A fantasy football draft assistant with projections from ESPN, CBS, and NFL
Stars: ✭ 30 (-68.75%)
Mutual labels:  forecasting
ewstools
Python package for early warning signals (EWS) of bifurcations in time series data.
Stars: ✭ 29 (-69.79%)
Mutual labels:  forecasting

Jelly Fin

Discord Dependabot Status PRs Welcome contributions welcome CodeFactor


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

Installing and Running

  1. Clone the repo.
  2. Run npm install to cover any dependencies.

Common Issues:

If installation isn't working for you, check the following:

  1. Your version of node (v 8.x.x) & npm(v 6.x.x): run node -v & npm -v.

Running the tests

After installing all prerequisites and dependencies, just run npm test

Dependencies

Dependency PRs are automagically opened using Dependabot. We want to make sure the app stays green by ensuring the build doesn't break when dependencies are bumped and each dependency is well tested to ensure stability.

Built With

  • React
  • Firebase

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of all contributors who participated in this project.

License license

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

Acknowledgments

  • Thanks to my wife for the idea, motivation, and support
  • Thanks to Ben Halpern for encouraging me to open source this

Why are we doing this?

The idea is to take what we know: the transactions that are predictable like mortgage and insurance and just keep track of them against the account balance. Then take transactions that aren't predictable and try to predict them using seasonality analytics. Does your electric bill go up in the summer? Let's predict what it would be and try and account for it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].