/Expense-Tracker

The budget-tracking tool that simplifies your financial journey. Take control of your money, manage your income and expenses effortlessly, and stay on top of your financial goals.

Primary LanguageVue

Budget-Tracker

Welcome to Budget Tracker, the ultimate budget-tracking tool that simplifies your financial journey. Take control of your money, manage your income and expenses effortlessly, and stay on top of your financial goals.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Technologies Used

  • Vue.js: A progressive JavaScript framework for building user interfaces.
  • Composition API: Vue 3's Composition API for managing component logic in a more flexible and scalable way.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

To Deploy

Add dist to gh-page

git add dist -f
git commit -m "Add dist"
git subtree push --prefix dist origin gh-page