4 Commits

Author SHA1 Message Date
5985375755 update mobile experiance 2025-11-06 00:32:05 -05: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
4fd8a3350d chore: initial commit 2025-11-04 16:28:12 -05:00