An open API service indexing awesome lists of open source software.

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.

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.