The Expense Tracker and Planner is a web application built with Vue.js that helps users manage their expenses and plan their finances effectively. It provides a user-friendly interface for tracking spending, creating budgets, and analyzing financial habits.
- User Authentication: Secure login and registration using Firebase.
- Expense Management: Add, edit, and delete expenses easily.
- Data Storage: User data is securely stored using Firebase Realtime Database.
- Responsive Design: A modern UI built with PrimeVue components for a seamless experience.
This application aims to solve common financial management issues, including:
- Difficulty in tracking daily expenses.
- Cannot see ACTUAL BALANCE vs PROJECTED/PLANNED BALANCE (after all the spending)
- Lack of budgeting tools for effective financial planning.
- Inadequate insights into spending habits.
-
Clone the repository:
git clone <repository-url> cd expense-tracker-and-planner
-
Install dependencies:
npm install
-
Run the application in development mode:
npm run dev
- Access the application in your browser at http://localhost:3000.
- Create an account or log in to start tracking your expenses.
Contributions are welcome! Please open an issue or submit a pull request.
License This project is licensed under the MIT License.