diff --git a/BudgetApp.xcodeproj/project.pbxproj b/Twigs.xcodeproj/project.pbxproj similarity index 100% rename from BudgetApp.xcodeproj/project.pbxproj rename to Twigs.xcodeproj/project.pbxproj diff --git a/BudgetApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Twigs.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from BudgetApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Twigs.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/BudgetApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Twigs.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from BudgetApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to Twigs.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/BudgetApp.xcodeproj/xcshareddata/xcschemes/BudgetApp.xcscheme b/Twigs.xcodeproj/xcshareddata/xcschemes/BudgetApp.xcscheme similarity index 100% rename from BudgetApp.xcodeproj/xcshareddata/xcschemes/BudgetApp.xcscheme rename to Twigs.xcodeproj/xcshareddata/xcschemes/BudgetApp.xcscheme diff --git a/BudgetApp/AppDelegate.swift b/Twigs/AppDelegate.swift similarity index 100% rename from BudgetApp/AppDelegate.swift rename to Twigs/AppDelegate.swift diff --git a/BudgetApp/Assets.xcassets/AppIcon.appiconset/Contents.json b/Twigs/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from BudgetApp/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Twigs/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/BudgetApp/Assets.xcassets/Contents.json b/Twigs/Assets.xcassets/Contents.json similarity index 100% rename from BudgetApp/Assets.xcassets/Contents.json rename to Twigs/Assets.xcassets/Contents.json diff --git a/BudgetApp/Base.lproj/LaunchScreen.storyboard b/Twigs/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from BudgetApp/Base.lproj/LaunchScreen.storyboard rename to Twigs/Base.lproj/LaunchScreen.storyboard diff --git a/BudgetApp/Budget/Budget.swift b/Twigs/Budget/Budget.swift similarity index 100% rename from BudgetApp/Budget/Budget.swift rename to Twigs/Budget/Budget.swift diff --git a/BudgetApp/Budget/BudgetDetailsView.swift b/Twigs/Budget/BudgetDetailsView.swift similarity index 100% rename from BudgetApp/Budget/BudgetDetailsView.swift rename to Twigs/Budget/BudgetDetailsView.swift diff --git a/BudgetApp/Budget/BudgetListsView.swift b/Twigs/Budget/BudgetListsView.swift similarity index 100% rename from BudgetApp/Budget/BudgetListsView.swift rename to Twigs/Budget/BudgetListsView.swift diff --git a/BudgetApp/Budget/BudgetRepository.swift b/Twigs/Budget/BudgetRepository.swift similarity index 100% rename from BudgetApp/Budget/BudgetRepository.swift rename to Twigs/Budget/BudgetRepository.swift diff --git a/BudgetApp/Budget/BudgetsDataStore.swift b/Twigs/Budget/BudgetsDataStore.swift similarity index 100% rename from BudgetApp/Budget/BudgetsDataStore.swift rename to Twigs/Budget/BudgetsDataStore.swift diff --git a/BudgetApp/BudgetApp.entitlements b/Twigs/BudgetApp.entitlements similarity index 100% rename from BudgetApp/BudgetApp.entitlements rename to Twigs/BudgetApp.entitlements diff --git a/BudgetApp/Category/Category.swift b/Twigs/Category/Category.swift similarity index 100% rename from BudgetApp/Category/Category.swift rename to Twigs/Category/Category.swift diff --git a/BudgetApp/Category/CategoryDataStore.swift b/Twigs/Category/CategoryDataStore.swift similarity index 100% rename from BudgetApp/Category/CategoryDataStore.swift rename to Twigs/Category/CategoryDataStore.swift diff --git a/BudgetApp/Category/CategoryListView.swift b/Twigs/Category/CategoryListView.swift similarity index 100% rename from BudgetApp/Category/CategoryListView.swift rename to Twigs/Category/CategoryListView.swift diff --git a/BudgetApp/Category/CategoryRepository.swift b/Twigs/Category/CategoryRepository.swift similarity index 100% rename from BudgetApp/Category/CategoryRepository.swift rename to Twigs/Category/CategoryRepository.swift diff --git a/BudgetApp/ContentView.swift b/Twigs/ContentView.swift similarity index 100% rename from BudgetApp/ContentView.swift rename to Twigs/ContentView.swift diff --git a/BudgetApp/DataStoreProvider.swift b/Twigs/DataStoreProvider.swift similarity index 100% rename from BudgetApp/DataStoreProvider.swift rename to Twigs/DataStoreProvider.swift diff --git a/BudgetApp/Extensions.swift b/Twigs/Extensions.swift similarity index 100% rename from BudgetApp/Extensions.swift rename to Twigs/Extensions.swift diff --git a/BudgetApp/Info.plist b/Twigs/Info.plist similarity index 100% rename from BudgetApp/Info.plist rename to Twigs/Info.plist diff --git a/BudgetApp/LoginView.swift b/Twigs/LoginView.swift similarity index 100% rename from BudgetApp/LoginView.swift rename to Twigs/LoginView.swift diff --git a/BudgetApp/Network/BudgetAppApiService.swift b/Twigs/Network/BudgetAppApiService.swift similarity index 100% rename from BudgetApp/Network/BudgetAppApiService.swift rename to Twigs/Network/BudgetAppApiService.swift diff --git a/BudgetApp/Network/BudgetAppInMemoryCacheService.swift b/Twigs/Network/BudgetAppInMemoryCacheService.swift similarity index 100% rename from BudgetApp/Network/BudgetAppInMemoryCacheService.swift rename to Twigs/Network/BudgetAppInMemoryCacheService.swift diff --git a/BudgetApp/Observable.swift b/Twigs/Observable.swift similarity index 100% rename from BudgetApp/Observable.swift rename to Twigs/Observable.swift diff --git a/BudgetApp/Preview Content/Preview Assets.xcassets/Contents.json b/Twigs/Preview Content/Preview Assets.xcassets/Contents.json similarity index 100% rename from BudgetApp/Preview Content/Preview Assets.xcassets/Contents.json rename to Twigs/Preview Content/Preview Assets.xcassets/Contents.json diff --git a/BudgetApp/Profile/ProfileView.swift b/Twigs/Profile/ProfileView.swift similarity index 100% rename from BudgetApp/Profile/ProfileView.swift rename to Twigs/Profile/ProfileView.swift diff --git a/BudgetApp/RegistrationView.swift b/Twigs/RegistrationView.swift similarity index 100% rename from BudgetApp/RegistrationView.swift rename to Twigs/RegistrationView.swift diff --git a/BudgetApp/SceneDelegate.swift b/Twigs/SceneDelegate.swift similarity index 100% rename from BudgetApp/SceneDelegate.swift rename to Twigs/SceneDelegate.swift diff --git a/BudgetApp/TabbedBudgetView.swift b/Twigs/TabbedBudgetView.swift similarity index 100% rename from BudgetApp/TabbedBudgetView.swift rename to Twigs/TabbedBudgetView.swift diff --git a/BudgetApp/Transaction/AddTransactionView.swift b/Twigs/Transaction/AddTransactionView.swift similarity index 100% rename from BudgetApp/Transaction/AddTransactionView.swift rename to Twigs/Transaction/AddTransactionView.swift diff --git a/BudgetApp/Transaction/EditTransactionForm.swift b/Twigs/Transaction/EditTransactionForm.swift similarity index 100% rename from BudgetApp/Transaction/EditTransactionForm.swift rename to Twigs/Transaction/EditTransactionForm.swift diff --git a/BudgetApp/Transaction/Transaction.swift b/Twigs/Transaction/Transaction.swift similarity index 100% rename from BudgetApp/Transaction/Transaction.swift rename to Twigs/Transaction/Transaction.swift diff --git a/BudgetApp/Transaction/TransactionDataStore.swift b/Twigs/Transaction/TransactionDataStore.swift similarity index 100% rename from BudgetApp/Transaction/TransactionDataStore.swift rename to Twigs/Transaction/TransactionDataStore.swift diff --git a/BudgetApp/Transaction/TransactionDetailsView.swift b/Twigs/Transaction/TransactionDetailsView.swift similarity index 100% rename from BudgetApp/Transaction/TransactionDetailsView.swift rename to Twigs/Transaction/TransactionDetailsView.swift diff --git a/BudgetApp/Transaction/TransactionEditView.swift b/Twigs/Transaction/TransactionEditView.swift similarity index 100% rename from BudgetApp/Transaction/TransactionEditView.swift rename to Twigs/Transaction/TransactionEditView.swift diff --git a/BudgetApp/Transaction/TransactionListView.swift b/Twigs/Transaction/TransactionListView.swift similarity index 100% rename from BudgetApp/Transaction/TransactionListView.swift rename to Twigs/Transaction/TransactionListView.swift diff --git a/BudgetApp/Transaction/TransactionRepository.swift b/Twigs/Transaction/TransactionRepository.swift similarity index 100% rename from BudgetApp/Transaction/TransactionRepository.swift rename to Twigs/Transaction/TransactionRepository.swift diff --git a/BudgetApp/User/AuthenticationDataStore.swift b/Twigs/User/AuthenticationDataStore.swift similarity index 100% rename from BudgetApp/User/AuthenticationDataStore.swift rename to Twigs/User/AuthenticationDataStore.swift diff --git a/BudgetApp/User/User.swift b/Twigs/User/User.swift similarity index 100% rename from BudgetApp/User/User.swift rename to Twigs/User/User.swift diff --git a/BudgetApp/User/UserDataStore.swift b/Twigs/User/UserDataStore.swift similarity index 100% rename from BudgetApp/User/UserDataStore.swift rename to Twigs/User/UserDataStore.swift diff --git a/BudgetApp/User/UserRepository.swift b/Twigs/User/UserRepository.swift similarity index 100% rename from BudgetApp/User/UserRepository.swift rename to Twigs/User/UserRepository.swift diff --git a/BudgetApp/Views/LoadingView.swift b/Twigs/Views/LoadingView.swift similarity index 100% rename from BudgetApp/Views/LoadingView.swift rename to Twigs/Views/LoadingView.swift diff --git a/BudgetApp/Views/ProgressView.swift b/Twigs/Views/ProgressView.swift similarity index 100% rename from BudgetApp/Views/ProgressView.swift rename to Twigs/Views/ProgressView.swift diff --git a/BudgetApp/en.lproj/Localizable.strings b/Twigs/en.lproj/Localizable.strings similarity index 100% rename from BudgetApp/en.lproj/Localizable.strings rename to Twigs/en.lproj/Localizable.strings diff --git a/BudgetApp/es-419.lproj/LaunchScreen.strings b/Twigs/es-419.lproj/LaunchScreen.strings similarity index 100% rename from BudgetApp/es-419.lproj/LaunchScreen.strings rename to Twigs/es-419.lproj/LaunchScreen.strings diff --git a/BudgetApp/es-419.lproj/Localizable.strings b/Twigs/es-419.lproj/Localizable.strings similarity index 100% rename from BudgetApp/es-419.lproj/Localizable.strings rename to Twigs/es-419.lproj/Localizable.strings diff --git a/BudgetAppTests/BudgetTests.swift b/TwigsTests/BudgetTests.swift similarity index 100% rename from BudgetAppTests/BudgetTests.swift rename to TwigsTests/BudgetTests.swift diff --git a/BudgetAppTests/Info.plist b/TwigsTests/Info.plist similarity index 100% rename from BudgetAppTests/Info.plist rename to TwigsTests/Info.plist diff --git a/BudgetAppUITests/BudgetUITests.swift b/TwigsUITests/BudgetUITests.swift similarity index 100% rename from BudgetAppUITests/BudgetUITests.swift rename to TwigsUITests/BudgetUITests.swift diff --git a/BudgetAppUITests/Info.plist b/TwigsUITests/Info.plist similarity index 100% rename from BudgetAppUITests/Info.plist rename to TwigsUITests/Info.plist