Home Diary About Me Web Versions HFD-2024

Neri's Projects

Here you'll find some of my coding and graphic design projects I did for school! Not a lot right now,,, but I'm planning to change that in the future!

✱ Coding

Personal Expense Tracker

Submitted as one of the final projects that I did with my classmate for my Java Programming course! The personal expense tracker started off as your typical expense tracker, tracking expenses and managing budgets for them. But, we also wanted a way for people with online bank accounts to also track their expenses there, so the "bank" function was added as a way to track both online and physical expenses. Aside from the main Java program, my task was to focus on the GUI on this one. However, we were not properly taught how to do it, so I had to some research on my own and basically caveman-style java swing-ed all the UI because it was the simplest way to make sure everything works and for me to not rely on other dependencies. Although I struggled a lot, I still had fun learning how to do the GUI. I will try to learn easier ways to do it in the future for sure though!