Expense Tracker is a simple and intuitive Flutter application designed to help you keep track of your expenses. With a clean user interface and easy-to-use features, you can log your daily expenditures and view your spending habits over time.
- Add and manage your daily expenses
- Categorize expenses for better tracking
- View detailed expense summaries by category
- Analyze spending patterns with charts and graphs
To run this app on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/jaaraarkey/expense-tracker.git
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
Once you have the app running, you can start tracking your expenses:
-
Add an expense:
- Click on the '+' button.
- Enter the amount, select a category.
- Save the expense.
-
View expenses:
- Navigate to the 'Expenses' tab to view all logged expenses.
- Use the filters to sort by date or category.
-
Analyze expenses:
- Go to the 'Reports' tab to see visual representations of your spending.
- Analyze your spending patterns with pie charts and bar graphs.
We welcome contributions to make Expense Tracker better. If you have suggestions or would like to contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Open a pull request
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.