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 + Text + 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
Real-world use cases
Splitting a shared apartment's monthly costs without an app account
You and two flatmates split rent, utilities, and groceries. Log each shared expense as you pay it, tag rent vs other, and at month end read the total off the dashboard. Divide by three and message the number. No shared login, no one app holding everyone's bank info.
A freelancer reconstructing deductible spend at tax time
You forgot to track expenses all year and have a shoebox of receipts. Spend an evening keying each one in with the date and a note like "client lunch" or "domain renewal 18.99". Filter by category, read the transport and dining totals, and hand those four numbers to your accountant. Then Export JSON so next year you start from a ledger.
A student on a 1500-a-month budget catching overspend early
Your loan disburses 1500 a month. Log every coffee and bus fare for two weeks, then check the dashboard: dining is already 280 and it's only the 14th. The +/- vs last month tells you you're trending 40 over. You cut takeout before the month, not after the overdraft.
Tracking a two-week trip's spend across four currencies
You're traveling through three countries. Log a 12 EUR lunch, a 40 GBP train, a 200 CNY hotel as you go, each in its own currency. The travel category total shows where the money actually went, and the JSON export becomes your record for splitting costs with a travel partner later.
Common pitfalls
Logging only big purchases and skipping the 4 coffees: the small recurring spend is usually where a budget quietly leaks, so log everything, even a 1.50 bus fare.
Clearing "Cookies and site data" in browser settings before exporting wipes localStorage and your whole ledger. Always click Export JSON first, then clear.
Dumping everything into "Other" because picking a category feels slow means that after a month your chart is one giant bar that tells you nothing. Tag dining as dining, transport as transport.
Privacy
Every amount, category, date, and note you enter is written only to your browser's localStorage under the key toolora_expenses. Nothing is sent to a server, and none of your numbers go into the URL or any share link. The only way your data leaves this device is when you click Export JSON yourself.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- AI Legal Prompt Library 25 fill-in-the-blank AI prompts for contract drafting, NDA review, legal research, employment law, and IP
- 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