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