Expense Tracker Web App Overview The Expense Tracker is a web-based application designed to help users manage their financial transactions. It allows users to add, view, and track their income and expenses in a user-friendly interface. The application displays a summary of the total balance, income, and expenses, and provides a visual representation using a pie chart. Users can also download a PDF report of their transaction records with date and time
Features Track Transactions: Add income or expense transactions with descriptions and amounts. Interactive Summary: Displays the total balance, income, and expense with an interactive pie chart. Transaction List: View a list of all transactions with the ability to delete individual transactions. PDF Download: Users can download a PDF file containing all their transaction records. Technologies Used Frontend: HTML CSS (Custom Styling) JavaScript
Chart.js (for interactive pie chart) jsPDF (for downloading transactions as PDF)