https://github.com/qappssoft/expensestracker
https://github.com/qappssoft/expensestracker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qappssoft/expensestracker
- Owner: QAppsSoft
- Created: 2025-07-04T12:05:39.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-04T14:15:45.000Z (12 months ago)
- Last Synced: 2025-07-04T14:20:19.248Z (12 months ago)
- Language: C#
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Expenses Tracker







[](https://wakatime.com/badge/user/1b3378e8-624e-4952-b453-87d2dfdbc51e/project/ccec3ac0-4a26-416e-bc7a-fc67a7951f85)
### Stats

## Overview
A simple expense tracker for monitoring and managing financial expenditures
* It's an application I'm creating for my own needs.
* Trying to implement my own libraries from the ground up and trying to make them as useful for my future projects.
* In the meanwhile, I will try to learn Blazor with this project.
## Todo
- [x] Implement Currency Exchange Rate using external api
- [x] Use different exchange providers
- [x] https://www.exchangerate-api.com/
- [x] https://openexchangerates.org
- [ ] Implement API
- [ ] Implement exchange rate endpoint
- [ ] More to come