Finance Tracker
Finance Tracker Overview The Finance Tracker is a web application built using Flask that allows users to track their personal finances. Users can add transactions (income and expenses) and view their balance based on the recorded transactions. Features Add new transactions (income and expenses) View a list of all transactions Calculate the total balance (income - expenses) Technologies Used Python Flask SQLite HTML/CSS Getting Started Prerequisites Python 3.x Flask library SQLite database.
Back to Home