A simple Python expense tracker that lets users add expenses, view all expenses, and calculate the total amount spent.
- Add an expense
- View all expenses
- Show total spending
- Save expenses in a JSON file
main.py- main program logicexpenses.json- stores expense dataREADME.md- project description
- Open the project folder in VS Code
- Open the terminal
- Run:
python3 main.py