0% found this document useful (0 votes)
59 views1 page

The Budget Tracker App: Project Overview

The Budget Tracker App is a simple web application that allows users to keep track of their income and expenses over time. It displays the total income and expenses as well as the percentage of income that has been spent. Users can add income and expense entries along with descriptions and amounts, and view percentages spent beside each expense. Entries can also be deleted, and the app requires no backend or database to run in any modern web browser.

Uploaded by

DEEPTI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views1 page

The Budget Tracker App: Project Overview

The Budget Tracker App is a simple web application that allows users to keep track of their income and expenses over time. It displays the total income and expenses as well as the percentage of income that has been spent. Users can add income and expense entries along with descriptions and amounts, and view percentages spent beside each expense. Entries can also be deleted, and the app requires no backend or database to run in any modern web browser.

Uploaded by

DEEPTI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

The Budget Tracker App

Project Overview:
The purpose of this project is to build a simple application using HTML, CSS and
JavaScript, that will help us to keep track of our income and expenses earned and
spent on different purposes over a period of time. It will also inform us about how
much of our total earning has been spent in percentage.

Proposed System:
It is a simple web application and it does not require any backend processing or
interaction with the database and any other software to run. It can be executed in
any system having an updated version of a web browser in it.

Features of this project:


1. The application has fields where we can write the description of a specific
expense or income and the amount by selecting income or expense.
2. Once we put the amount and the description and by clicking enter the
income or expense along with the value will get displayed in income or
expense section below it.
3. For all the expenses the percentage of the total income will also be
displayed beside it.
4. In case of a wrong input the user can also delete it by clicking the cancel
button of any transaction.
5. At the top, the total income and total expense will be displayed along with
the percentage of the income spent.

Scope of this project:


This application can be used in any website in order to achieve features like
pricing, management of budget and can be used in many fields and also we can
store our input in the database by applying certain modification to our code.

You might also like