Bridge: The elegant way to calculate what you actually need to earn.
A clean, high-performance single-page application to calculate your required gross salary based on your monthly expenses, tax rates, and real-time exchange rates.
Check out the live version here: budget.neuhaus.co
- Dynamic Expense List: Add, edit, or remove expenses on the fly.
- Tax Calculation: Automatically calculates the necessary gross salary to cover your net expenses after taxes.
- Real-time Exchange Rates: Fetches the latest USD exchange rates via ExchangeRate-API.
- Local Persistence: Your data stays in your browser's local storage—no database required.
- Premium Design: Modern UI featuring a Glassmorphism aesthetic, responsive layout, and smooth micro-animations.
- Template-based: Clean DOM manipulation using the
<template>element for better performance and maintainability.
- Configure: Set your base currency and your local tax rate.
- Enter Expenses: List out all your monthly costs.
- View Results: Instantly see your total monthly budget, required gross salary in local currency, and its USD equivalent.
No complex setup or dependencies required. Just clone and open!
# Clone the repository
git clone https://github.com/aneuhaus/budget-salary-html.git
# Open in your browser
open index.htmlInspired by the original bdgt.sh shell script. Built to bring terminal-level efficiency to the web with premium aesthetics.
This project is licensed under the MIT License. See the LICENSE file for the full text.
Made by aneuhaus