Skip to content

A simple mobile application, created with Flutter, for calculating compound interest over a period of time.

Notifications You must be signed in to change notification settings

bookofiyi/Compound_Interest_FLUTTER

Repository files navigation

Compound Interest App (Flutter)

A simple mobile application, created with Flutter, for calculating compound interest over a period of time.

Overview and Screenshots

The interface is very simple, containing only a textbox for entering your principal, a slider to choose your percentage and two buttons to increase or decrease the number of years you wish to calculate. Empty Interface Filled Interface

The results page shows how much your interest for the period will be, how much money you have now accrued and a total breakdown of each years gains. Results Page