Expense tracker — log spend, categorize, see monthly totals, all in your browser.
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
What this tool does
Free personal expense tracker that lives 100% inside your browser — no sign-up, no upload, no analytics on your numbers. Log a spend in three taps (amount → category → date), pick from 9 preset categories with icons and colors (dining, transport, shopping, entertainment, rent, medical, education, travel, other), in four currencies (¥ CNY, $ USD, € EUR, £ GBP). The dashboard shows this-month total, a per-category bar chart rendered in pure CSS (no chart library), the +/- % change versus last month, and your average daily spend. Every expense is stored in your browser's localStorage under the key `toolora_expenses`; you can export the full ledger to JSON anytime for backup or import it on another device. Built for people who hate handing their bank statements to a free app.
Tool details
- Input
- Files + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Download + Preview
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Local preference storage
- Preferences, history, or drafts are saved in this browser without an account.
- Performance budget
- Initial JS <= 22 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Finance
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Expense Tracker fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Mortgage Calculator Mortgage calculator — monthly payment, total interest, amortization schedule, early payoff scenarios. Open
- 2 China Income Tax Calculator China personal income tax calculator — monthly, annual, with 5 insurance + 1 fund deductions. Open
- 3 Percentage Calculator 5 common percentage calculations — "x% of y", "x is what% of y", percentage change, increase/decrease — instant, browser-only Open
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- APR to APY Calculator Convert nominal APR to effective APY (and back) at any compounding frequency — daily, monthly, quarterly, or continuous. Two-way, instant, browser-only.
- Blood Alcohol Content (BAC) Calculator Widmark-formula BAC estimate from drinks, body weight, sex and time — educational only, never a fit-to-drive verdict — browser-only
- BMI Calculator Body Mass Index calculator with WHO + Asian classifications — metric and imperial — browser-only
- Break-Even Calculator How many units must you sell to stop losing money? Enter fixed costs, price, and variable cost per unit for break-even units, break-even revenue, and contribution margin — browser-only