An open API service indexing awesome lists of open source software.

https://github.com/blankeos/car-finance-calculator

🚙 Simple calculator for car financing, gives you total cost and interest cost. Made with SolidJS.
https://github.com/blankeos/car-finance-calculator

Last synced: 16 days ago
JSON representation

🚙 Simple calculator for car financing, gives you total cost and interest cost. Made with SolidJS.

Awesome Lists containing this project

README

          

# 🚙 Car Financing Calculator

This is a simple web app that calculates the monthly payments for a car loan based on the loan amount, interest rate, and loan term.

![Screenshot of the Car Financing Calculator](/_docs/preview.png)

## Features

- Local-first (Saves multiple calculations using my useLocalStorageStore hook from bagon-hooks)
- Calculates monthly payments for a car loan based on the loan amount, interest rate, and loan term.
- Provides a visual representation of the monthly payments.
- Allows the user to input the loan amount, interest rate, and loan term.
- Provides a summary of the loan payments.

## Demo

https://car-financing-calculator.pages.dev/