Finance management system
I'm great at spending money, saving it not so much... To help myself I spent a weekend making a system to keep track of my budgets and spending. I decided not to even look for existing systems because for me making something myself is a great motivator to actually use the thing and it was also an interesting challenge to replicate a lot of the setup we use at work.
The Application is made in Symfony PHP, with Bootstrap as the styling framework. Since that's not a great feat in and of itself I setup Webpack to compile sass to css and minimize JS when used. Really it's just an ongoing project for me to keep my spending under control.
You can see the application at
finance.minten.dev.
You can find the registration page In the dropdown in the menu bar or login with the demo details:
Username: demo@demo.demo
Password: demo
If you have any feedback feel free to use the contact form.