https://github.com/extrawest/angular_budget_tracker
https://github.com/extrawest/angular_budget_tracker
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/extrawest/angular_budget_tracker
- Owner: extrawest
- Created: 2022-11-11T15:05:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T15:18:57.000Z (over 3 years ago)
- Last Synced: 2025-10-20T08:31:50.030Z (10 months ago)
- Language: SCSS
- Size: 688 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget Tracker angular app



## Project info
- **Budget Tracker based on Angular 14.2.3;**
- **NgRx v14.3.2;**
- **primeng v14.1.1;**
## Features
- Authorization (by email & password / Google / Facebook)
- Accounts
- Categories
- Transactions
- User profile
- Settings (Theme, Currency)
## Demo
[Demo](https://budget-tracker-beta.web.app/dashboard)
### Installing:
**1) Clone this repo to your folder:**
```
git clone https://github.com/extrawest/angular_budget_tracker
```
**2. Change current directory to the cloned folder:**
```
cd angular_budget_tracker
```
**3) You must have installed Node.js v16.15.0 or higher. Run in terminal in root project directory:**
```
# with npm
npm install
# with yarn
yarn install
# with pnpm
pnpm install
```
**5) Start project. Run in terminal:**
```
# with npm
npm run start
# with yarn
yarn run start
# with pnpm
pnpm run start
```
---
Created by Extrawest Angular Team
[Extrawest.com](https://www.extrawest.com), 2022
---