Budget Assignment Tool An application for creating, analyzing, and exporting project budgets. All logic runs in the browser with in-memory state for now. How to Run Serve the project folder: cd /path/to/repo python3 -m http.server 8000 Open http://localhost:8000/ in your browser.