https://github.com/stefanelli990/expense-tracker
Effortlessly manage your finances with the expense tracker app, enabling users to easily monitor their expenses for better financial control.
https://github.com/stefanelli990/expense-tracker
composition-api iconify pinia tailwind vite vue vue-toastification vue-uuid
Last synced: 6 months ago
JSON representation
Effortlessly manage your finances with the expense tracker app, enabling users to easily monitor their expenses for better financial control.
- Host: GitHub
- URL: https://github.com/stefanelli990/expense-tracker
- Owner: stefanelli990
- Created: 2023-11-15T22:51:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T23:42:46.000Z (over 1 year ago)
- Last Synced: 2025-02-07T19:16:47.277Z (8 months ago)
- Topics: composition-api, iconify, pinia, tailwind, vite, vue, vue-toastification, vue-uuid
- Language: Vue
- Homepage: https://sparkly-mandazi-90653e.netlify.app/
- Size: 434 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker
## Description:
Keep your finances in check with our Expense Tracker, making financial management a breeze. This minimalist app provides a clean interface, allowing you to effortlessly track, categorize, and analyze your expenses.
**[Live Preview](https://sparkly-mandazi-90653e.netlify.app/)**: Try the Expense Tracker live.
## Features:
- **Expense Management**: Easily add your expenses. Each entry includes details such as the expense name, amount, and date.
- **Data Persistence**: Your expense data is securely stored in local storage, ensuring that your financial records persist even after refreshing the page.
- **Budget Overview**: Gain insights into your spending habits with a comprehensive overview of your budget and expenses.
- **Notifications**: Receive real-time notifications for successful expense additions, helping you stay on top of your financial activities.
- **Responsive Layout**: Access on various devices with a mobile-friendly design, enabling you to manage your finances on the go.## Technologies Used:
- **Vue.js** for building the frontend of the application.
- **Tailwind CSS** for styling and layout design.
- **Pinia** for state management.## Installation
To run this project locally, follow these steps:
1. Clone the repository.
2. Install the required dependencies using `npm install`.
3. Start the development server with `npm run dev`.
4. Open your browser and navigate to `http://localhost:5173` to use the app.