Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.45 KB

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: 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.