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.
- Host: GitHub
- URL: https://github.com/blankeos/car-finance-calculator
- Owner: Blankeos
- Created: 2024-12-24T10:26:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T19:46:47.000Z (over 1 year ago)
- Last Synced: 2025-02-16T20:29:20.308Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://car-financing-calculator.pages.dev
- Size: 678 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

## 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/