Skip to content

ItsYasser/iBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the application

A simple expenses (transactions) app made with dart(flutter) that helps you organize and keep track of your spendings

What You Can Do With The App !

  • Add New Transactions providing the name, the category, the amount spent and the date
  • Add new income providing the amount and the date
  • View your income and expenses amount
  • Check the history of the added transactions
  • View some statistics about your expenses and income on the chart page

ScreenShots Of The App

HomePage AddTransactionPage AddIncomePage
HistoryPage ChartPage ProfilePage

Some improuvements to the app

  • The App doesn't have a database
  • It Could be more responsive
  • Setting profiles by adding authentification (database)
  • The code could be improved using state management
  • Add Animations

Design inspiration