3 Commits

Author SHA1 Message Date
59a28baf6b update compose file 2025-11-11 20:52:21 +00:00
bc8998d57e refactor: Move inline JavaScript to a separate file
- Move all JavaScript code from index.html to app.js.

- Update index.html to include a script tag for app.js.
2025-11-05 20:04:43 -05:00
0ae3bda8be feat: Dockerize application and add features
- Add Dockerfile, .dockerignore, and docker-compose.yml to containerize the application.

- Update server.js to use a data directory for the database.

- Add SweetAlert for improved user experience.

- Add date filtering to the transactions page.

- Fix bug with saving split transactions.
2025-11-05 11:56:16 -05:00