santiagoejm / angular_budget-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularBudgetCalculator

Hello world!! This project is a Budget_Calculator, it is powered by Angular, and for the styling is making use of bulma framework for SCSS.

In this app, the user can add incomes and expenses from the Front-end, making use of the input and add button from the user interface, all of which will be displayed in the respective columns, at the same time the total amount of positive or negative balance will update.

Current Functionality

  • Read existing balance and detail income and expenses, displayed in the home page.
  • Add new incomes or expenses with detail description using the input in the home page.
  • Update the income or expense (amount and description) of existing items, by clicking on them, and updating the required fields.
  • Delete an item by Clicking on the Button X, localised on every one at the up-right corner.

Future Functionality to Implement

  • Develop a back-end to connect a Data base and make this one a MEAN stack project.
  • Create a login authentication and authorization, with an admin board to control the access to the Data Base and that way, go public with the project.
  • Improve the responsiveness of the project.

Usage

No LiveDemo available for the moment.

About


Languages

Language:TypeScript 62.5%Language:HTML 15.9%Language:SCSS 15.5%Language:JavaScript 6.0%