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.
- 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.
- Vue.js for building the frontend of the application.
- Tailwind CSS for styling and layout design.
- Pinia for state management.
To run this project locally, follow these steps:
- Clone the repository.
- Install the required dependencies using
npm install
. - Start the development server with
npm run dev
. - Open your browser and navigate to
http://localhost:5173
to use the app.