diff --git "a/.github/ISSUE_TEMPLATE/learner-\354\266\224\352\260\200\355\225\230\352\270\260.md" "b/.github/ISSUE_TEMPLATE/learner-\354\266\224\352\260\200\355\225\230\352\270\260.md" new file mode 100644 index 0000000..bc6e804 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/learner-\354\266\224\352\260\200\355\225\230\352\270\260.md" @@ -0,0 +1,14 @@ +--- +name: Learner 추가하기 +about: Learner 추가하기 템플릿입니다! +title: "{닉네임}의 Issue" +labels: '' +assignees: '' + +--- + +## Info +이름 : @username + +### 나의 다짐 +나는 해적왕이 될거야~! diff --git a/GithubPractice/GithubPractice/Model/LearnerViews.swift b/GithubPractice/GithubPractice/Model/LearnerViews.swift index 751bab6..cd35430 100644 --- a/GithubPractice/GithubPractice/Model/LearnerViews.swift +++ b/GithubPractice/GithubPractice/Model/LearnerViews.swift @@ -9,5 +9,10 @@ import Foundation // TODO: 2. learnerViews에 자신의 View 추가하고 커밋! let learnerViews: [any LearnerView] = [ - LumiView() + LumiView(), + JudyView(), + FridayView(), + ElenaView(), + JudyJView(), + WendyView() ] diff --git a/GithubPractice/GithubPractice/View/LearnerViews/ElenaView.swift b/GithubPractice/GithubPractice/View/LearnerViews/ElenaView.swift new file mode 100644 index 0000000..dd3d8b4 --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/ElenaView.swift @@ -0,0 +1,25 @@ +// +// ElenaView.swift +// GithubPractice +// +// Created by 김지윤 on 5/23/25. +// + +import SwiftUI + +struct ElenaView: LearnerView { + // TODO: 1. 이름, 팀 수정하고 커밋하기 + var name: String = "Elena" + + var team: String = "러너팀" + + var body: some View { + Text("저의 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저의 팀은 \(team) 입니다.") + .font(.subheadline) + } +} +#Preview { + ElenaView() +} diff --git a/GithubPractice/GithubPractice/View/LearnerViews/FridayView.swift b/GithubPractice/GithubPractice/View/LearnerViews/FridayView.swift new file mode 100644 index 0000000..7732d05 --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/FridayView.swift @@ -0,0 +1,26 @@ +// +// LumiView.swift +// GithubPractice +// +// Created by 정영진 on 5/22/25. +// + +import SwiftUI + +struct FridayView: LearnerView { + // TODO: 1. 이름, 팀 수정하고 커밋하기 + var name: String = "Friday" + + var team: String = "멘토팀" + + var body: some View { + Text("저의 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저의 팀은 \(team) 입니다.") + .font(.subheadline) + } +} + +#Preview { + LumiView() +} diff --git a/GithubPractice/GithubPractice/View/LearnerViews/JudyJView.swift b/GithubPractice/GithubPractice/View/LearnerViews/JudyJView.swift new file mode 100644 index 0000000..fd648e5 --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/JudyJView.swift @@ -0,0 +1,25 @@ +// +// JudyJView.swift +// GithubPractice +// +// Created by 이주현 on 5/23/25. +// + +import SwiftUI + +struct JudyJView: LearnerView { + + var name: String = "JudyJ" + var team: String = "Ch3 오전반 횐님 어디세요 팀" + + var body: some View { + Text("제 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저는 \(team)입니다.") + .font(.subheadline) + } +} + +#Preview { + JudyJView() +} diff --git a/GithubPractice/GithubPractice/View/LearnerViews/JudyView.swift b/GithubPractice/GithubPractice/View/LearnerViews/JudyView.swift new file mode 100644 index 0000000..eaf9c7e --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/JudyView.swift @@ -0,0 +1,26 @@ +// +// LumiView.swift +// GithubPractice +// +// Created by 정영진 on 5/22/25. +// + +import SwiftUI + +struct JudyView: LearnerView { + // TODO: 1. 이름, 팀 수정하고 커밋하기 + var name: String = "Judy" + + var team: String = "멘토팀" + + var body: some View { + Text("저의 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저의 팀은 \(team) 입니다.") + .font(.subheadline) + } +} + +#Preview { + JudyView() +} diff --git a/GithubPractice/GithubPractice/View/LearnerViews/WendyView.swift b/GithubPractice/GithubPractice/View/LearnerViews/WendyView.swift new file mode 100644 index 0000000..59e4dd1 --- /dev/null +++ b/GithubPractice/GithubPractice/View/LearnerViews/WendyView.swift @@ -0,0 +1,24 @@ +// +// WendyView.swift +// GithubPractice +// +// Created by 윤예람 on 5/23/25. +// +import SwiftUI + +struct WendyView: LearnerView { + // TODO: 1. 이름, 팀 수정하고 커밋하기 + var name: String = "Wendy" + var team: String = "사야팀" + + var body: some View { + Text("저의 이름은 \(name)입니다.") + .font(.largeTitle) + Text("저의 팀은 \(team) 입니다.") + .font(.subheadline) + } +} + +#Preview { + WendyView() +}