Dev-Finances is a simple yet powerful financial management application designed to help users keep track of their income and expenses, providing an updated balance of their finances.
- Add income transactions
- Add expense transactions
- Automatically update your balance
- View a list of all transactions
- Delete transactions
To get started with Dev-Finances, simply clone the repository and follow the instructions below:
- A modern web browser (Google Chrome, Mozilla Firefox, Safari, etc.)
- A code editor, such as Visual Studio Code or Sublime Text, if you want to modify the source code
- Clone the repository:
git clone https://github.com/paulozy/dev-finances.git
- Navigate to the project directory:
cd dev-finances
- Open the index.html file in your web browser to launch the application.
- To add a transaction, click the "New Transaction" button and fill in the required information (description, amount, and date).
- Select "Income" or "Expense" to categorize the transaction accordingly.
- Click "Add Transaction" to save the transaction to your list.
- View