Finanse application in PHP

I would like to  show you guys Finanse application project, which I made completly from beginning using PHP, Boostrap and JQuery.

Here is video (currently with Polish dubbing, but it will change soon) from application presentation:

Main goal in this coding challenge was to implement MVC pattern with my own framework. I was not using any famous one, mainly due to that I wanted to learn myself something new. I used this udemy course as a support and I do need to admit that it was golden decision (thanks Przyszły programista ! :))

Technology stack used on frontend is of course HTML (bootstrap library) and CSS, JQuery is used for loading information about limit set on particular expense category without refreshing page (AJAX technology).
Backend is based on PHP and Twig (engine for templates). PHP packages are loaded via Composer. MySQL is used as main database and communication with it is done via PDO. Mailgun service was used to manage e-mail dispatch.
Posted in My ProjectsTags:
Write a comment