A full-stack web application for personal finance management
Back to PortfolioThe Personal Finance Tracker is a full-stack web application designed to help users manage their finances with ease. Users can track transactions, set budgets, and visualize spending patterns through an interactive dashboard. Built with a modern tech stack, this project demonstrates my ability to create responsive, user-friendly interfaces and secure, scalable backend systems. It combines React for a dynamic frontend, Spring Boot for robust API services, and an H2 database for efficient data storage, demonstrating end-to-end development expertise.
The application is divided into a React frontend and a Spring Boot backend, communicating via RESTful APIs. The frontend fetches data from the backend to display transactions, budgets, and a spending chart, while the backend handles data storage and retrieval using JPA and an H2 database.