Skip to content

Commit

Permalink
Merge pull request #16 from boostcamp3-iOS/develop
Browse files Browse the repository at this point in the history
WEEK 1
  • Loading branch information
kim-howard authored Jan 28, 2019
2 parents 4e56fda + 95d7f06 commit dba0d2c
Show file tree
Hide file tree
Showing 51 changed files with 2,533 additions and 35 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# TREE 🌳
> 전 세계적인 이슈를 확인할 수 있는 애플리케이션
## ⚠️ GROUND RULE ⚠️

- 공통된 코드 컨벤션을 사용합니다.
- 코드의 효율성을 증대시킵니다.
- 대화를 통한 적극적인 피드백을 주고받습니다.
- 프로젝트 완성을 목표로 합니다.

## 📑 앱 기획서 📑
### 기능 트리
![텍스트목록](./image/1.png)


## 🔜 핵심 기능 구현 순서 🔜

- 검색을 통해 유저가 원하는 다양한 아티클 검색 가능
- 가독성을 높이고 빠른 응답 속도를 보여주는 네이티브 뷰어 기능
- 전 세계에서 업데이트 되는 뉴스를 실시간으로 표시
- 아티클 스크랩을 할 수 있는 아카이빙 기능
- 파파고 API를 활용하여 다양한 언어로 번역 가능
Binary file added image/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions tree/Podfile
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
16 changes: 16 additions & 0 deletions tree/Podfile.lock
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
16 changes: 16 additions & 0 deletions tree/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dba0d2c

Please sign in to comment.