FinanceTracker runs from the local dev server

If you opened this file directly, start the app with npm run dev -- --port 5173, then open http://127.0.0.1:5173/.

Vite compiles the React and TypeScript source in the browser during development; the raw source HTML cannot do that from a file:// URL.