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

https://github.com/qappssoft/expensestracker


https://github.com/qappssoft/expensestracker

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Expenses Tracker

![.NET target](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fraw.githubusercontent.com%2FQAppsSoft%2FExpensesTracker%2Frefs%2Fheads%2Fmaster%2Fsrc%2FApi%2FApi.csproj&query=%2F%2FTargetFramework%5B1%5D&label=target)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/QAppsSoft/ExpensesTracker)
![GitHub forks](https://img.shields.io/github/forks/QAppsSoft/ExpensesTracker)
![GitHub Repo stars](https://img.shields.io/github/stars/QAppsSoft/ExpensesTracker)
![License](https://img.shields.io/github/license/QAppsSoft/ExpensesTracker)

![GitHub repo size](https://img.shields.io/github/repo-size/QAppsSoft/ExpensesTracker?color=%234682B4)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/QAppsSoft/ExpensesTracker?color=%23483D8B)
[![wakatime](https://wakatime.com/badge/user/1b3378e8-624e-4952-b453-87d2dfdbc51e/project/ccec3ac0-4a26-416e-bc7a-fc67a7951f85.svg)](https://wakatime.com/badge/user/1b3378e8-624e-4952-b453-87d2dfdbc51e/project/ccec3ac0-4a26-416e-bc7a-fc67a7951f85)

### Stats

![Alt](https://repobeats.axiom.co/api/embed/d047e29f4d66b3af3622bc7e41b2e0b5ca021245.svg "Repobeats analytics image")

## 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