Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.41 KB

Income & Expense Tracker

An application where you can track your income and expenses. The vue 3 composition api is used throughout the application. Vuex is used in state management and scss is used in design.

mobile (1) (1) mobile (2) (1)

Getting Started

To get started you can simply clone this Vue-Income-Expense-Tracker.git repository and install the dependencies.

Clone the Vue-Income-Expense-Tracker.git repository using git:

git clone https://github.com/emircandemr/Vue-Income-Expense-Tracker.git

cd Vue-Income-Expense-Tracker

Install dependencies with this command:

npm install

Run the application with this command:

npm run dev

Screenshots

image image image

Recommended IDE Setup