-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6758a1c
commit 4183a34
Showing
1 changed file
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,46 @@ | ||
# Website | ||
# MMAS: Money Tracker | ||
|
||
> An optimized application for daily expense tracking and finance management. <br /> | ||
![MMAS (820 x 360 px)](https://user-images.githubusercontent.com/72301141/206877824-90492e92-2e2d-4de6-b23c-312f283bdfd6.png) | ||
|
||
|
||
## Setup | ||
|
||
Run the following commands from your terminal: | ||
|
||
1) `git clone https://github.com/floranguyen0/mmas-money-tracker` to clone this repository | ||
|
||
2) `flutter pub get` in the project root directory to install all the required dependencies. | ||
|
||
|
||
## Download MMAS at: | ||
|
||
https://apps.apple.com/vn/app/mmas-money-tracker/id1582638369 | ||
|
||
|
||
## Screenshots | ||
|
||
<table width="100%"> | ||
<tbody> | ||
<tr> | ||
<td width="1%"><img src="https://user-images.githubusercontent.com/72301141/206411105-4a64ada8-2a9c-4804-ad59-59302a6a82c5.jpg"/></td> | ||
<td width="1%"><img src="https://user-images.githubusercontent.com/72301141/206417378-9da25e84-bf21-401c-bf23-bce3b352311e.jpg"/></td> | ||
<td width="1%"><img src="https://user-images.githubusercontent.com/72301141/206417548-787625af-f4b1-4c9d-8aac-fa9bd7c47bfb.jpg"/></td> | ||
</tr> | ||
<tr> | ||
<td width="1%"><img src="https://user-images.githubusercontent.com/72301141/206417565-01bc0f8c-27a4-4648-a845-0a7c29a957c2.jpg"/></td> | ||
<td width="1%"><img src="https://user-images.githubusercontent.com/72301141/206417707-be626efa-6bed-41be-a932-4e7a5aa22039.jpg"/></td> | ||
<td width="1%"><img src="https://user-images.githubusercontent.com/72301141/206417743-8a51d828-efe0-4d3e-9f6b-5b16a4f3b086.jpg"/></td> | ||
</tr> | ||
<tr> | ||
<td width="1%"><img src="https://user-images.githubusercontent.com/72301141/206417756-a979fefe-23f8-4a21-bfa5-7e45745c19f0.jpg"/></td> | ||
<td width="1%"><img src="https://user-images.githubusercontent.com/72301141/206417834-25dc5bb4-c099-4d90-81a6-eb4e469bc40e.jpg"/></td> | ||
<td width="1%"><img src="https://user-images.githubusercontent.com/72301141/206417851-2ee18113-04bf-48ae-bf83-d377b4517742.jpg"/></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
|
||
## LICENSE | ||
MMAS: Money Tracker is [MIT-licensed](https://github.com/floranguyen0/mmas-money-tracker/blob/main/LICENSE). |