Skip to content

romankhairov/daily-budget-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Budget Calculator

Application that helps you to be more prudent

Idea

User types some value (expenses or income) and description. All this inputs are storing in the List section. Output is calculated available total budget and how much money you can spend per day.

Making of

Design:

Mobile-first, responsive.

Additional tools:

Gulp, Webpack

Reference that helped:

During making of this web app, I have find great tutorial, that shared common idea with my app. I used the best practices from those tutorial, how to organize the code, naming classes according BEM methodology, how to store, display and refresh data and get from it necessary items.