Expense and Budget Tracker
Here it isA web application for managing financial transactions using Flask and SQLAlchemy. The system allows users to view, edit, and delete transactions. The application uses SQLite for database storage
Features
- View a list of transactions
- View sum by category and month
- Edit transaction details
- Delete transactions with confirmation prompts
- Responsive and user-friendly interface
Technologies Used
- Python
- SQLite
- SQLAlchemy
- Flask