🌟 Project Overview
The Money Manager project is a web application designed to help you manage your personal finances effortlessly. With this tool, you can:
- 💰 Register incomes, expenses, and account transfers.
- 📊 View a dynamic dashboard summarizing your financial movements.
🛠️ Technology Stack
Core Technologies
- Java EE: Implements business logic and data persistence.
- Jakarta Persistence API (JPA) + EclipseLink : Manages data persistence.
- Jakarta Servlet: Handles HTTP request processing.
- JSP (JavaServer Pages): Generates dynamic web content.
- CSS: Designs and styles the user interface.
- MySQL: Stores your financial data securely.
📚 What I Learned
- Architecting Web Applications: I learned how to design and implement MVC.
- Data Management: I improved my ability to handle and persist data using industry-standard tools.