Skip to content
YoonHyuk Lim edited this page Nov 15, 2023 · 16 revisions

타이틀 사진

📝 롤링폴링

추억의 롤링 페이퍼를 웹 상에서도 즐길 수 있는 플랫폼인 '롤링' 서비스


📅 개발기간

2023-11-03 ~ 2023-11-16


👨‍👨‍👧‍👧 팀원

10팀 10팀 10팀 10팀
남궁수영 남궁수 한슬희 임윤혁

⚙️ 기술 스택

카테고리 스택
공통
프론트엔드
상태관리
CI/CD
협업 도구

📂 디렉토리 구조

.github
├── DISCUSSION_TEMPLATE
│       └── Daily_Meeting.yml
├── ISSUE_TEMPLATE
│       └── bug.yml
│       └── feature.yml
│       └── refactor.yml
├── workflows
│       └── ci.yml
│       └── delete-merged-branch-config.yml
├── auto_assign.yml
├── CODEOWNERS
└── PULL_REQUEST_TEMPLATE.md

public

src
├── assets
│       └── fonts
│       └── images
│       └── icons
├── components (기능 별 폴더로 나누기)
│       └── button
│       └── ...
├── constants
├── hooks
├── libs
│       └── api
├── pages
├── router
├── styles
│       └── GlobalStyle
│       └── theme
└── utils

Clone this wiki locally