GithubHelp home page GithubHelp logo

turbulentrice / repaymint Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.58 MB

Lightweight web application for modeling loan repayment timelines and comparing repayment strategies.

Python 24.89% HTML 0.95% JavaScript 70.96% CSS 3.04% Shell 0.16%

repaymint's Introduction

RepayMint

RepayMint is a full-stack web application for comparing loan repayment strategies. It's based around financetools, a Python package I wrote while paying off my student loans, to help conceptualize the many "What if's" that arose:

  • What if I increase/decrease my monthly payment?
  • What if I target payments to a single loan at a time?
  • What if I allocate payments based on certain factors, like interest rate?

The problem this app aims to solve is:

  • What is the fastest, cheapest way to pay off all my debt?

NOTE: You can install financetools via pip install git+https://github.com/TurbulentRice/financetools.git

RepayMint App

Requirements

Stack

Getting Started

First, set up the back-end:

# Make sure the local Python executable is v3.9+
python -V
# Create virtual environment at project root
python -m venv venv
# Activate venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Run the Flask server in debug mode
flask --app app run --debug

In a new terminal, set up the front-end:

cd client/
# Install or use the Node version from .nvmrc if using nvm
nvm install
nvm use
# Install dependencies
npm install
# Build the static Preact HTML/JS/CSS files in dist/
npm run build
# Run the dev server (proxies API requests to Flask server)
npm run dev

repaymint's People

Contributors

turbulentrice avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.