Skip to content

πŸ’°μ €μΆ•λͺ©ν‘œλ₯Ό μ„€μ •ν•΄μ„œ πŸ€‘μΉœκ΅¬λž‘ ν•¨κ»˜ 저좕을 ν•  수 μžˆλŠ” μ•±μž…λ‹ˆλ‹€

License

Notifications You must be signed in to change notification settings

DeveloperAcademy-POSTECH/toGather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation



toGather

image

πŸ’°μ €μΆ•λͺ©ν‘œλ₯Ό μ„€μ •ν•΄μ„œ πŸ€‘μΉœκ΅¬λž‘ ν•¨κ»˜ 저좕을 ν•  수 μžˆλŠ” μ•±μž…λ‹ˆλ‹€



πŸ“± Screenshots

λͺ©ν‘œ μ„€μ • Home μ €μΆ• κΈ°λ‘ν•˜κΈ° μ•Œλ¦Ό
image image image image


πŸš€ KeyNote

🍏 ToGather-7standard 🍏

✨ Skills & Tech Stack

  • SwiftUI
  • Firebase

πŸ«‚ Authors

@Neal @Miller @Lance @Max @Eve @Bit
Tech Tech Tech Design Tech Tech

πŸ“ Folder Structure

ToGather
    └── ToGather
        β”œβ”€β”€ Global
        β”‚Β Β  β”œβ”€β”€ Extension
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Color+Extension.swift
        β”‚Β Β  β”‚Β Β  └── UserDefaults+Extension.swift
        β”‚Β Β  β”œβ”€β”€ Literal
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ColorAsset.swift
        β”‚Β Β  β”‚Β Β  └── Constants.swift
        β”‚Β Β  β”œβ”€β”€ Logic
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ MoneyLogic.swift
        β”‚Β Β  β”‚Β Β  └── TimeLogic.swift
        β”‚Β Β  β”œβ”€β”€ Service
        β”‚Β Β  β”‚Β Β  └── FirebaseManager.swift
        β”‚Β Β  └── UIComponent
        β”‚Β Β      β”œβ”€β”€ CheckboxToggleStyle.swift
        β”‚Β Β      β”œβ”€β”€ CustomNavigationLink.swift
        β”‚Β Β      └── CustomProgressBar.swift
        β”œβ”€β”€ GoogleService-Info.plist
        β”œβ”€β”€ Models
        β”‚Β Β  β”œβ”€β”€ DummyData.swift
        β”‚Β Β  β”œβ”€β”€ ItemData.swift
        β”‚Β Β  β”œβ”€β”€ Notification.swift
        β”‚Β Β  β”œβ”€β”€ Product.swift
        β”‚Β Β  β”œβ”€β”€ Saving.swift
        β”‚Β Β  β”œβ”€β”€ ThisWeek.swift
        β”‚Β Β  └── User.swift
        β”œβ”€β”€ Preview Content
        β”‚Β Β  └── Preview Assets.xcassets
        β”‚Β Β      └── Contents.json
        β”œβ”€β”€ Screens
        β”‚Β Β  β”œβ”€β”€ Core
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Main
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ UIComponent
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── ProgressCircle
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ AddedCircleView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ FriendsProgressCircle.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ MyProgressCircle.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ ProgressCircle.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β      └── RGBColorInProgressCircle.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ View
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── MainView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  └── ViewModel
        β”‚Β Β  β”‚Β Β  β”‚Β Β      └── MainViewModel.swift
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Notifications
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ View
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ NotificaionCell.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── NotificationsView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  └── ViewModel
        β”‚Β Β  β”‚Β Β  β”‚Β Β      └── NotificationsViewModel.swift
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ SavingRecord
        β”‚Β Β  β”‚Β Β  β”‚Β Β  └── View
        β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ ImagePicker.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β      └── SavingRecordView.swift
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ SavingStatus
        β”‚Β Β  β”‚Β Β  β”‚Β Β  └── View
        β”‚Β Β  β”‚Β Β  β”‚Β Β      └── SavingStatusView.swift
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Setting
        β”‚Β Β  β”‚Β Β  β”‚Β Β  └── View
        β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ DisplayModeView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β      └── SettingView.swift
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Start
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ View
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── StartView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  └── ViewModel
        β”‚Β Β  β”‚Β Β  β”‚Β Β      └── OnboardingViewModel.swift
        β”‚Β Β  β”‚Β Β  └── mainFriendSaving
        β”‚Β Β  β”‚Β Β      └── FrSavingView.swift
        β”‚Β Β  β”œβ”€β”€ Onboarding
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FriendAddition
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ View
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ AlreadyAddedFriendView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ApplyFriendIdTextView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FriendAdditionView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ PinStackView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── TitleView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  └── ViewModel
        β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ FriendAdditionViewModel.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β      └── TestLogic.Swift
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ GoalSetting
        β”‚Β Β  β”‚Β Β  β”‚Β Β  └── View
        β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ GoalItem.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ GoalSetting.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β      └── GoalSettingTitleView.swift
        β”‚Β Β  β”‚Β Β  β”œβ”€β”€ LastOnboarding
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ View
        β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── LastOnboardingView.swift
        β”‚Β Β  β”‚Β Β  β”‚Β Β  └── ViewModel
        β”‚Β Β  β”‚Β Β  β”‚Β Β      └── LastOnboardingViewModel.swift
        β”‚Β Β  β”‚Β Β  └── SettingPeriod
        β”‚Β Β  β”‚Β Β      └── SettingPeriod.swift
        β”‚Β Β  └── ToGatherApp.swift
        └── ViewModels
            └── UserViewModel.swift

πŸ” License

MIT License

Copyright (c) 2022 SevenStandards

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

πŸ’°μ €μΆ•λͺ©ν‘œλ₯Ό μ„€μ •ν•΄μ„œ πŸ€‘μΉœκ΅¬λž‘ ν•¨κ»˜ 저좕을 ν•  수 μžˆλŠ” μ•±μž…λ‹ˆλ‹€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages