An open API service indexing awesome lists of open source software.

https://github.com/extrawest/angular_budget_tracker


https://github.com/extrawest/angular_budget_tracker

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Budget Tracker angular app

![Maintaner](https://img.shields.io/badge/maintainer-extrawest.com-blue)
![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)
![GitHub release](https://img.shields.io/github/package-json/v/extrawest/angular_personal_budget_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

---