Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/art29/transactiontracker-angular

Transaction tracker helps you track your spending and income
https://github.com/art29/transactiontracker-angular

angular angular-15 api front-end tailwind

Last synced: 11 days ago
JSON representation

Transaction tracker helps you track your spending and income

Awesome Lists containing this project

README

        

# TransactionsAngular

An Open-Source transaction tracker. This can be used to track your spending per categories, month by month or year by year easily. It also gives you access to charts to see how your spending habits look.

This part is only the front-end part. To see the Ruby on Rails backend [click here](https://github.com/art29/TransactionTracker-Rails).

## Tech
- Angular 15 (With TypeScript)
- TailwindCSS
- Prettier for cleaner code
- ChartJS

## Run for Dev
1. Make sure NodeJS is installed
2. Install packages with `yarn install`
4. Launch App with `yarn start`
5. Go to [http://localhost:4200](http://localhost:4200)

## Contribute
Feel free to contribute by making PRs or opening issues if you find any bugs!