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