-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from boostcamp3-iOS/develop
WEEK 1
- Loading branch information
Showing
51 changed files
with
2,533 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# TREE 🌳 | ||
> 전 세계적인 이슈를 확인할 수 있는 애플리케이션 | ||
## ⚠️ GROUND RULE ⚠️ | ||
|
||
- 공통된 코드 컨벤션을 사용합니다. | ||
- 코드의 효율성을 증대시킵니다. | ||
- 대화를 통한 적극적인 피드백을 주고받습니다. | ||
- 프로젝트 완성을 목표로 합니다. | ||
|
||
## 📑 앱 기획서 📑 | ||
### 기능 트리 | ||
![텍스트목록](./image/1.png) | ||
|
||
|
||
## 🔜 핵심 기능 구현 순서 🔜 | ||
|
||
- 검색을 통해 유저가 원하는 다양한 아티클 검색 가능 | ||
- 가독성을 높이고 빠른 응답 속도를 보여주는 네이티브 뷰어 기능 | ||
- 전 세계에서 업데이트 되는 뉴스를 실시간으로 표시 | ||
- 아티클 스크랩을 할 수 있는 아카이빙 기능 | ||
- 파파고 API를 활용하여 다양한 언어로 번역 가능 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'tree' do | ||
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for tree | ||
|
||
pod 'SwiftLint' | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PODS: | ||
- SwiftLint (0.30.0) | ||
|
||
DEPENDENCIES: | ||
- SwiftLint | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- SwiftLint | ||
|
||
SPEC CHECKSUMS: | ||
SwiftLint: 4e37cb5cd33435170dfd09fba089f41fdbf64d53 | ||
|
||
PODFILE CHECKSUM: 957d90ada3ba4b3bf21cb915a9378b961c96ae41 | ||
|
||
COCOAPODS: 1.5.3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.