📌 What the program does
This is a Python-based Student Expense Tracker that helps users manage their daily expenses. It allows users to add, view, edit, and delete expenses with categories and dates. It also provides a dashboard that shows total spending, remaining budget, and category-wise analysis. All data is stored permanently using a JSON file so nothing is lost after closing the program.
▶️ How to run it
First, clone the repository using Git. Then open the project folder in your system. After that, run the main Python file using the command python main.py. The program will start in the terminal and show a menu where you can choose different options like add expense, view expense, edit, delete, and dashboard.
🚀 One improvement if I had more time
If I had more time, I would improve this project by adding a graphical user interface or a web-based version to make it more user-friendly. I would also include charts and graphs to better visualize spending patterns.