Privacy Policy

Budget App is a client-side personal budget tracker. It does not send budget entries to a server and does not require an account.

Data stored in this browser

The app stores user-entered income and expense entries in the browser's localStorage so that the budget list can remain available after a page refresh. It also stores the selected language and the cookie consent choice.

Cookies and localStorage

The coursework version uses localStorage for consent management instead of analytics or advertising cookies. Accepting or rejecting the banner only records the choice on this device.

User-entered budget data

Budget titles and amounts are controlled by the user. The data remains local to the current browser unless the user manually exports, shares or copies it elsewhere.

Backend storage

This version has no backend database and no environment variables. If a future version adds backend storage, this policy should be updated to describe what is collected and how it is protected.

Back to Budget App