Skip to content

RadoslawMikus/yourBudgetTheApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yourBudget - the App!

Simple app helping to track your budget

💰   Budget

“A budget is more than just a series of numbers on a page; it is an embodiment of our values”.
~ Barack Obama
  • Input your initial budget,
  • Choose your currency,
  • Set your budget and display it below,
  • Block the possibility of setting initial budget again
  • Click Reset to clear app and unlock setting budget,

💸   Operations

“Don't save what is left after spending; spend what is left after saving”. 
~ Warren Buffett
  • Verify if all fields are filled,
  • Click to add income,
  • Click to add expense,
  • After adding an operation, show all operations
  • Make operations table scrollable

🔎   Filters

"Beware of little expenses; a small leak will sink a great ship".
~ Benjamin Franklin
  • Read currency and display it in operations table,
  • Click to show only incomes,
  • Click to show only expenses,
  • Click to show all operations

⚙️   Others

"And all these little things..."
~ One Direction
  • Display App's name under filters,
  • Style the app with SCSS,
  • Make whole app responsive,