Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/art29/transactiontracker-angular
- Owner: art29
- License: gpl-3.0
- Created: 2023-01-02T15:01:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T05:03:58.000Z (3 months ago)
- Last Synced: 2024-08-15T06:23:58.754Z (3 months ago)
- Topics: angular, angular-15, api, front-end, tailwind
- Language: TypeScript
- Homepage: https://transactions.afetiveau.com
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!