Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YBTopaz8 authored Jul 21, 2023
1 parent 3cc1ba1 commit 2de45db
Showing 1 changed file with 35 additions and 7 deletions.
42 changes: 35 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ An Application used to manage Savings, Expenditures, Incomes, Debts, Financial p

Ideal for anyone who likes to keep track of their Financial Flow.

##Screenshots
## Screenshots at bottom of the page

## More [Here... 📸](https://github.com/YBTopaz8/FlowHub-MAUI/tree/master/ScreenShots)
## Requirements
This project is build on .NET CORE 7, .NET MAUI and LiteDB as its DataBase using iText 7 for PDF Generation.

Expand Down Expand Up @@ -35,24 +36,51 @@ Build and run your app and that's it!
| ------------- |:-------------:|
| Expenditure | Flow Out |
| Income | Flow In |
| Debt | Flow Hold |

## Currently Existing Features

- Official Android and Windows Alpha Versions
- Official Android and Windows Beta Versions
- Expenditures Management (CRUD operations)
- Income Management on Android (CRUD Operations)
- Income Management (CRUD Operations)
- Debts Management now :D
- Black and White Themes
- Statistics and Graphs
- Report Printing for Flow Outs on both Windows and Android
- Monthly Expenditures Management (CRUD Operations): on mobile Only for now
- Login feature and Account Management.
- Support for probably all currencies
> More Coming Soon...
## Roadmap (Upcoming features)
- Normal Planned Expenditures
- Income, Debt Management.
- Application Customisation
- Localization for Multilanguage and Multi Currency support.
- Statistics, Charts and Graphs
- Localization for Multilanguage

## Screenshots
## Login/Register Android
| Android Light Mode| Android Dark Mode|
| ------------- |:-------------:|
| <img src="https://github.com/YBTopaz8/FlowHub-MAUI/blob/master/ScreenShots/Android/login.png" height="500"> | <img src="https://github.com/YBTopaz8/FlowHub-MAUI/blob/master/ScreenShots/Android/logind.png" height="500">|
| <img src="https://github.com/YBTopaz8/FlowHub-MAUI/blob/master/ScreenShots/Android/register.png" height="500"> | <img src="https://github.com/YBTopaz8/FlowHub-MAUI/blob/master/ScreenShots/Android/registerd.png" height="500"> |

## General UI Android
| Android Light Mode| Android Dark Mode|
| ------------- |:-------------:|
| <img src="ScreenShots/Android/homepage.png" height=500>| <img src="ScreenShots/Android/homepaged.png" height=500>|
| <img src="ScreenShots/Android/stats.png" height=500> | <img src="ScreenShots/Android/statsd.png" height=500>|
|<img src="ScreenShots/Android/flowholddetail.png" height=500> | <img src="ScreenShots/Android/flowholddetaild.png" height=500>|

## Login/Register Windows
| Windows Light Mode| Windows Dark Mode|
| ------------- |:-------------:|
| <img src="ScreenShots/Windows/login.png"> | <img src="ScreenShots/Windows/logind.png">|
| <img src="https://github.com/YBTopaz8/FlowHub-MAUI/blob/master/ScreenShots/Windows/register.png"> | <img src="https://github.com/YBTopaz8/FlowHub-MAUI/blob/master/ScreenShots/Windows/registerd.png" >|

## GENERAL UI Windows
| Windows Light Mode| Windows Dark Mode|
| ------------- |:-------------:|
| <img src="ScreenShots/Windows/homepage.png">| <img src="ScreenShots/Windows/homepaged.png"> |
| <img src="ScreenShots/Windows/flowinsights.png"> | <img src="ScreenShots/Windows/flowinsightsd.png">|

> Those are just the surfaces..
Expand Down

0 comments on commit 2de45db

Please sign in to comment.