Skip to content

jcampb98/spendwise-vue-expense

Repository files navigation

SpendWise - Expense Tracker

Features

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

Technologies Used

  • 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

Getting Started

Installation

  1. Clone the repository.
git clone https://github.com/username/repository.git
  1. Navigate to the project directory.
cd vue-expense-tracker
  1. Install dependencies using npm or yarn.
npm install or yarn install
  1. Start the development server.
npm run dev or yarn dev
  1. Open your selected browser and visit http://localhost:3000 to view the application.