Back to articles
I built a free client tracker for freelancers (no login, no backend, just localStorage)

I built a free client tracker for freelancers (no login, no backend, just localStorage)

via Dev.to WebdevLandolio

I keep seeing freelancers use Notion, Airtable, or expensive CRM tools to track their clients and projects. Most of us have 5-15 clients. We don't need Salesforce. So I built a free client & project tracker that runs entirely in your browser. What it does Dashboard — active clients, active projects, collected revenue, outstanding invoices, overdue amounts, average days to payment Client directory — name, company, email, rate, payment terms, status Project tracker — linked to clients, quoted amount, hours logged, status workflow (prospect → quoted → active → invoiced → paid) Invoice log — invoice number, amount, VAT, sent/due/paid dates, status CSV export per section — for your accountant or tax return How it works Pure HTML + vanilla JS. No framework, no backend, no database. Everything saves to localStorage in your browser. Your data never leaves your device. Why I built it Because I was tracking clients in a spreadsheet, projects in Notion, and invoices in yet another tool. Three sou

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles