Auto loan calculator using Vue JS
Instead of building an actual calculator, I made an auto loan calculator using Vue JS. Once all inputs are filled in, a monthly payment is automatically calculated. If any of the inputs are changed, the payment is adjusted on the fly. I'd still like to do formatting on the currencies if I get a chance.