Skip to content

kaushalvivek/expenses-tracker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published