kaushalvivek / expenses-tracker-app

An iOS-Android-Web app in Flutter to track expenses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Expenses Tracker App

A Personal Finance Tracker App for Android and iOS (also web compliant)

Version Language Framework Support

This application can be installed on android and iOS devices to track one's finances easily. It provides for intuitive addition and deletion of expenses with creating visual rendering.

Installation

Clone this repository and build the application natively on your system using:

  • to build for android:
flutter build apk
  • to build for iOS:
flutter build ios
  • to build for the web -- rendered in any web browser:
flutter build web

Usage

The application is fairly intuitive to use,expenses are listed and visualized for each week. These expenses can be added using the addition button as shown below.

Release History

  • 1.0.0
    • Initial release with documentation

Meta

Vivek Kaushal – @vivekkaushal98vivek.kaushal@outlook.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/kaushalvivek

Built while learning from Maximilian Schwarzmüller's Flutter course available on Udemy.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

An iOS-Android-Web app in Flutter to track expenses.

License:MIT License


Languages

Language:Objective-C 81.1%Language:Dart 12.4%Language:C 4.2%Language:Java 0.9%Language:Ruby 0.8%Language:Shell 0.6%