A simple expense tracker application that helps you manage your daily expenses by logging and categorizing them. This application aims to provide an easy way to keep track of your spending.
- Add, edit, and delete expenses
- Categorize expenses
- View expense summary and detailed reports
- User authentication and authorization
To get a local copy up and running follow these simple steps.
- Python 3.x
- Flask
-
Clone the repository
git clone https://github.com/Hafil075/ExpenseTracker.git
-
Navigate to the project directory
cd Expense-Tracker -
Install the required packages
pip install -r requirements.txt
- Run the application
python app.py
- Open your browser and go to http://localhost:5000