Skip to content

Commit

Permalink
update readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
gwalus committed Jun 6, 2024
1 parent effef5b commit 8756277
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 20 deletions.
72 changes: 52 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
<div align="center">
<img src="assets/dollet_logo.png" alt="logo" width="400"/>

<div style="margin-top: 1rem;">

</div>

[![100commitów](https://img.shields.io/badge/100-commitow-darkgreen.svg)](https://100commitow.pl/) [![.NET 8](https://img.shields.io/badge/.NET-8.0-darkgreen.svg)](https://learn.microsoft.com/pl-pl/dotnet/core/whats-new/dotnet-8/overview/) [![MAUI](https://img.shields.io/badge/.NET-MAUI-darkgreen.svg)](https://learn.microsoft.com/pl-pl/dotnet/maui/?view=net-maui-8.0) ![example workflow](https://github.com/gwalus/Dollet/actions/workflows/dotnet.yml/badge.svg)
</div>
</div>

# Dollet
# Dollet 💸💼
Personal budget management application.

Ever wondered where "Dollet" comes from? It's a mashup of "Dol-" from Dollar 💵 and "-let" from Wallet 👜. This app helps store information about bank accounts and more in one place, while also tracking personal budgets by adding expenses and income.

It's like having a digital wallet for all financial needs! 💲💲💲

## Tech Stack

**Main:** .NET MAUI
Expand Down Expand Up @@ -39,24 +43,27 @@ Personal budget management application.
+ ✅ Handle currency sumable
+ ✅ Handle calculating

- ⬜️ Categories
- Categories
+ ✅ Seed default categories
+ ✅ Reordering
+ ✅ Save handling
+ ⬜️ Add custom
+ ✅ Expenses
+ ✅ Incomes

- ⬜️ Transactions
+ ⬜️ Expenses
- Transactions
+ Expenses
+ ✅ Add new expense
+ ✅ Handle calculate account balance
+ ⬜️ Display all with filtering by day/week/month
+ ✅ Display all with filtering by day/week/month
+ ✅ Filter by custom date range
+ ✅ Display grouped by category
+ ✅ Edit existing
+ ✅ Display chart
+ ⬜️ Incomes
+ Incomes
+ ✅ Add new income
+ ✅ Handle calculate account balance
+ ⬜️ Display all with filtering by day/week/month
+ ✅ Display all with filtering by day/week/month
+ ✅ Filter by custom date range
+ ✅ Display grouped by category
+ ✅ Edit existing
+ ✅ Display chart
Expand All @@ -67,9 +74,8 @@ Personal budget management application.
+ ✅ Change default
+ ✅ Handle calculating

- ⬜️ Setting
- Setting
+ ✅ Change theme
+ ⬜️ ???

## Screenshots

Expand All @@ -85,18 +91,44 @@ Personal budget management application.
<img src="assets/categories_dark.jpg" alt="logo" width="300"/>
</div>

### Transactions
```
in progress
```
### Transactions (Expenses)
<div align="left">
<img src="assets/expenses_light.jpg" alt="logo" width="300"/>
<img src="assets/expenses_dark.jpg" alt="logo" width="300"/>
</div>

### Transactions (New Expense)
<div align="left">
<img src="assets/new_expense_light.jpg" alt="logo" width="300"/>
<img src="assets/new_expense_dark.jpg" alt="logo" width="300"/>
</div>

### Currencies
<div align="left">
<img src="assets/currencies_light.jpg" alt="logo" width="300"/>
<img src="assets/currencies_dark.jpg" alt="logo" width="300"/>
</div>

### Wallets
```
in progress
```

## Roadmap

- ⬜️ Add/Edit account same selected behavior as on Add/Edit transaction
- ⬜️ Add/Edit account invert hidden/default properties
- ⬜️ Reordering accounts
- ⬜️ Better layout for removing existing account
- ⬜️ Better reordering categories
- ⬜️ Add custom category
- ⬜️ Passing date to custom date range picker
- ⬜️ Better layout for date range picker
- ⬜️ Search in transactions
- ⬜️ Go back to correct grouped category transaction details when transaction category changed
- ⬜️ Correct double click - back button behavior
---
- ⬜️ Account transfers
- ⬜️ Display transactions for account
- ⬜️ First run page with passing username and default currency
- ⬜️ Scheduled transactions
- ⬜️ Change default account image
- ⬜️ Wallets
- ⬜️ Settings
- ⬜️ Increase app performance
Binary file added assets/expenses_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/expenses_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/new_expense_dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/new_expense_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8756277

Please sign in to comment.