Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitorferronato/expense-tracker
https://github.com/vitorferronato/expense-tracker
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitorferronato/expense-tracker
- Owner: VitorFerronato
- Created: 2024-06-16T14:19:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T14:10:30.000Z (7 months ago)
- Last Synced: 2024-12-23T18:12:32.211Z (29 days ago)
- Language: Vue
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expense-tracker
## Description
The Expense Tracker is a simple yet powerful web application designed to help you manage your personal finances effortlessly. With this application, you can easily record and track your expenses and income, providing a clear view of your overall financial balance
## 🚀 Features
* Add Expenses and Income: Easily input your expenses and income entries to keep an accurate record of your financial activities.
* View Balance: The application calculates and displays your total balance based on your recorded transactions, giving you an up-to-date overview of your financial status.
* Local Storage: All your data is securely stored in the browser's localStorage, ensuring that your financial records are saved even after you close the browser.
* Toast Notifications: Get real-time feedback with toast notifications for successful actions like adding, deleting, or updating entries.## 💻 Technologies Used
- **Vue.js**: The project is built using Vue.js, a progressive JavaScript framework, for creating a dynamic and reactive user interface.
- **Composition** API: Leveraging the Composition API of Vue.js for better modularity and organization of the code.
- **LocalStorage**: Utilized for storing the financial data locally within the browser, providing persistence without the need for a backend.
- **Toast Notifications**: Implemented to enhance user experience with immediate and non-intrusive alerts.- ## Deploy
- [Expense Tracker Live](https://expenseflow.netlify.app/)