An open API service indexing awesome lists of open source software.

https://github.com/jamison0902/flutter-expense-tracker

Expense Tracker App
https://github.com/jamison0902/flutter-expense-tracker

dart flutter

Last synced: about 2 months ago
JSON representation

Expense Tracker App

Awesome Lists containing this project

README

          

# Expense Tracker App
This app features a responsive and adaptive interface, automatically adjusting to different screen sizes on mobile devices, ensuring a smooth and intuitive navigation experience.

| ![Imagem 1](home.png) | ![Imagem 2](add_expense.png) |
|---|---|

# Adaptive interface
| ![Imagem 3](home_h.png) |
|---|

## Starting the application
Before you begin, make sure you have Flutter installed and configured correctly on your machine. If you prefer, you can also use a mobile device emulator. After downloading and unzipping the project files, follow the steps below:

1. Open the terminal and navigate to the directory where the project files were saved.

2. Run the command below to ensure that all project dependencies are installed:

```
flutter pub get
```

3. After successfully installing the dependencies, start the application by running the following command:

```
flutter run
```

4. With this, the application should be compiled and run on the emulator or connected device.