Expense Tracker is a collection of beginner projects for tracking personal expenses.
It includes three versions: a Python CLI app, a web GUI version with Django, and an exam submission version.
- Python command-line interface
- Add, view, and delete expenses
- Manage categories
- File-based storage
- Web-based interface using HTML, CSS, JS, and Django
- Add, edit, and view expenses
- Categorized reporting
- Responsive UI
- Early CLI version built for an exam
- Basic expense management features
- Demonstrates initial learning and problem-solving skills
- Python 3.x
- Django (for GUI version)
- HTML / CSS / JavaScript (for web GUI)
cd cli_version_folder
python expense_tracker.py