A responsive expense tracker app built with Flutter and Dart that allows users to efficiently log their expenses by category. The app features graph insights and an intuitive, clear user interface to help users manage their finances effectively.
- Responsive Design: Ensures a seamless experience across different devices, including smartphones and tablets.
- Expense Logging: Users can easily log their expenses, specifying the amount, category, and date.
- Categorization: Expenses can be categorized for better organization and tracking.
- Graph Insights: Provides visual representations of expenses through charts and graphs for quick insights.
- Intuitive UI: User-friendly interface that makes navigation and expense management straightforward.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Flutter SDK: Install Flutter
- Dart SDK: Included with Flutter
- IDE: Visual Studio Code with Flutter and Dart plugins or Android Studio
-
Clone the repository:
git clone https://github.com/KhalilGarali/expense-tracker-app.git
-
Install the dependencies by running:
flutter pub get
-
Launch emulator from the command palette in VSCode:
>Flutter: Launch Emulator -
Run the app:
flutter run
This project is licensed under the MIT License
