- Add expenses to track income/expenses.
- Update transactions.
- Remove transactions.
- View transactions in graphs.
- Export all current expenses/income and graphs to a PDF file for download.
- Vue: A JavaScript library for building user interfaces.
- Vite.js: A build tool that aims to provide a faster and leaner development experience for modern web projects.
- Vitest: A unit test framework
- Playwright: a End-to-End test framework
- Clone the repository.
git clone https://github.com/username/repository.git
- Navigate to the project directory.
cd vue-expense-tracker
- Install dependencies using npm or yarn.
npm install or yarn install
- Start the development server.
npm run dev or yarn dev
- Open your selected browser and visit
http://localhost:3000
to view the application.