Develop a simple application that allows users to track their daily expenses. The application should enable users to add, edit, and delete expenses, categorize them (e.g., groceries, utilities, rent), and view a summary of their spending over a specified period. Users should be able to input the amount spent, the date of the expense, and a brief description. The summary view could include total spending by category and overall, with options to view expenses for the current month, the previous month, or a custom date range. This project will introduce you to data management, user interface design, and possibly plotting libraries for visualizing expenses.
Created 1 year ago • Updated 1 year ago
Not Completed