Wallet App Project This project is a web application designed to help users track their monthly income and expenses. Users can add their income, record various expenses with details (date, expense area, amount), and view their remaining balance. They can also manage their expenses via a table and delete them if necessary.
Features
Adding and saving income Adding detailed expenses (date, expense area, amount) A table to list and manage expenses Calculating total income, expenses, and remaining balance Clearing and resetting all information Storing income and expenses in local storage
Installation
To run this project on your local environment, follow these steps:
Clone or download the project to your local computer. In the project folder, open the index.html file with a web browser. You can start using the application.
Usage On the main page, enter your income and click the 'Add' button. In the 'Expense Form' section, enter the details of your expenses (date, expense area, amount) and press the 'Save' button. Your expenses will be listed in a table, and the total income, expenses, and remaining balance will be automatically calculated. You can reset all data at any time using the 'Clear Information' button. Technical Details This application is built using HTML, CSS, and JavaScript. Data is stored in the local storage of the user's browser.
visit my page : https://wallet-app-eta-liart.vercel.app/