Aug 21, 2024
npx create-vue@latest .
npm install
npm run dev
Header.vue
Balance.vue
IncomeExpenses.vue
TransactionList.vue
AddTransaction.vue
ref
for reactive values in Composition APIcomputed
for calculating total income and expenses based on transactionsJSON.stringify
to convert array to string