Skip to content

Commit 52e978a

Browse files
fix readme
1 parent b16e857 commit 52e978a

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

β€Žreadme.mdβ€Ž

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,34 @@ A Simple Expense Tracker App πŸ“± built to demonstrate the use of AutoLayout, Re
1313
[![GoMoney](https://img.shields.io/badge/GoMoney-FIGMA-black.svg?style=for-the-badge&logo=figma)](https://www.behance.net/gallery/150426215/My-Expense-Mobile-App-Case-Study)
1414

1515
<br />
16+
1617
## Screenshot πŸ“Έ
1718

18-
| Home | Profile | Statitics | Add | Detail |
19-
| -------------------- | ----------------------- | -------------------- | ------------------- | ---------------------- |
19+
| Home | Profile | Statitics | Add | Detail |
20+
| ------------------------------------- | ---------------------------------------- | ------------------------------------- | ------------------------------------ | --------------------------------------- |
2021
| ![](Docs/Screenshots/home_framed.png) | ![](Docs/Screenshots/profile_framed.png) | ![](Docs/Screenshots/stat_framed.png) | ![](Docs/Screenshots/add_framed.png) | ![](Docs/Screenshots/detail_framed.png) |
2122

22-
| Biometric | Custom Category | Widget | Sharing | Sync |
23-
| ------------------------- | ------------------------------- | ---------------------- | ----------------------- | -------------------- |
23+
| Biometric | Custom Category | Widget | Sharing | Sync |
24+
| ------------------------------------------ | ------------------------------------------------ | --------------------------------------- | ---------------------------------------- | ------------------------------------- |
2425
| ![](Docs/Screenshots/biometric_framed.png) | ![](Docs/Screenshots/custom_category_framed.png) | ![](Docs/Screenshots/widget_framed.png) | ![](Docs/Screenshots/sharing_framed.png) | ![](Docs/Screenshots/sync_framed.png) |
2526

26-
| Settings | Tools | Caculator | Exchanger | Export |
27-
| ----------------------- | --------------------- | -------------------------- | ---------------------- | ------------------------- |
27+
| Settings | Tools | Caculator | Exchanger | Export |
28+
| ---------------------------------------- | -------------------------------------- | ------------------------------------------- | --------------------------------------- | ------------------------------------------ |
2829
| ![](Docs/Screenshots/setting_framed.png) | ![](Docs/Screenshots/tools_framed.png) | ![](Docs/Screenshots/calculator_framed.png) | ![](Docs/Screenshots/export_framed.png) | ![](Docs/Screenshots/exchanger_framed.png) |
2930

3031

3132

3233

3334
<br />
35+
3436
## Project Structure πŸ—
3537

3638
β”œβ”€β”€ GoMoney
37-
β”‚Β Β  β”œβ”€β”€ Base
38-
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ GMMainViewController.swift
39-
β”‚Β Β  β”‚Β Β  └── GMViewController.swift
40-
β”‚Β Β  β”œβ”€β”€ Base.lproj
41-
β”‚Β Β  β”‚Β Β  └── LaunchScreen.storyboard
4239
β”‚Β Β  β”œβ”€β”€ Common
43-
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ AsyncImage
4440
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Chart
4541
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FileHelper
4642
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ TabBar
4743
β”‚Β Β  β”‚Β Β  └── View
48-
β”‚Β Β  β”œβ”€β”€ Constants
49-
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Constant.swift
50-
β”‚Β Β  β”‚Β Β  └── UserDefaultKey.swift
5144
β”‚Β Β  β”œβ”€β”€ Extensions
5245
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Date+Extension.swift
5346
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ UIView+Constraint.swift
@@ -58,9 +51,6 @@ A Simple Expense Tracker App πŸ“± built to demonstrate the use of AutoLayout, Re
5851
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Expense.swift
5952
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ TransactionTag.swift
6053
β”‚Β Β  β”‚Β Β  └── TransactionTracking.swift
61-
β”‚Β Β  β”œβ”€β”€ Navigation
62-
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ GMTabBarViewController.swift
63-
β”‚Β Β  β”‚Β Β  └── MainNavigationController.swift
6454
β”‚Β Β  β”œβ”€β”€ Scences
6555
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ AddExpense
6656
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Auth
@@ -82,17 +72,12 @@ A Simple Expense Tracker App πŸ“± built to demonstrate the use of AutoLayout, Re
8272
β”‚Β Β  β”œβ”€β”€ Auth
8373
β”‚Β Β  β”œβ”€β”€ Detail
8474
β”‚Β Β  β”œβ”€β”€ Home
85-
β”‚Β Β  └── Stat
86-
β”œβ”€β”€ Podfile
87-
β”œβ”€β”€ Shared
88-
β”‚Β Β  └── Model
89-
β”‚Β Β  β”œβ”€β”€ UserDefaults+AppGroup.swift
90-
β”‚Β Β  └── Widget+Kind.swift
75+
β”‚Β Β  └── Statswift
9176
β”œβ”€β”€ WidgetExtension
9277
β”‚Β Β  β”œβ”€β”€ IncomeWidget
9378
β”‚Β Β  β”‚Β Β  └── IncomeWidget.swift
9479
β”‚Β Β  └── WidgetBundle.swift
95-
└── readme.md
80+
└──
9681

9782
<br />
9883

0 commit comments

Comments
Β (0)